9 lines
789 B
JavaScript
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));
|