Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/chat-arrow-back.js

9 lines
789 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ChatArrowBackFilled = ( /*#__PURE__*/createFluentFontIcon("ChatArrowBackFilled", "", 2, undefined));
export const ChatArrowBackRegular = ( /*#__PURE__*/createFluentFontIcon("ChatArrowBackRegular", "", 2, undefined));
export const ChatArrowBack16Regular = ( /*#__PURE__*/createFluentFontIcon("ChatArrowBack16Regular", "", 1, 16));
export const ChatArrowBack16Filled = ( /*#__PURE__*/createFluentFontIcon("ChatArrowBack16Filled", "", 0, 16));
export const ChatArrowBack20Regular = ( /*#__PURE__*/createFluentFontIcon("ChatArrowBack20Regular", "", 1, 20));
export const ChatArrowBack20Filled = ( /*#__PURE__*/createFluentFontIcon("ChatArrowBack20Filled", "", 0, 20));