17 lines
1.5 KiB
JavaScript
17 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TextboxFilled = ( /*#__PURE__*/createFluentFontIcon("TextboxFilled", "", 2, undefined));
|
|
export const TextboxRegular = ( /*#__PURE__*/createFluentFontIcon("TextboxRegular", "", 2, undefined));
|
|
export const Textbox16Regular = ( /*#__PURE__*/createFluentFontIcon("Textbox16Regular", "", 1, 16));
|
|
export const Textbox16Filled = ( /*#__PURE__*/createFluentFontIcon("Textbox16Filled", "", 0, 16));
|
|
export const Textbox20Regular = ( /*#__PURE__*/createFluentFontIcon("Textbox20Regular", "", 1, 20));
|
|
export const Textbox20Filled = ( /*#__PURE__*/createFluentFontIcon("Textbox20Filled", "", 0, 20));
|
|
export const Textbox24Regular = ( /*#__PURE__*/createFluentFontIcon("Textbox24Regular", "", 1, 24));
|
|
export const Textbox24Filled = ( /*#__PURE__*/createFluentFontIcon("Textbox24Filled", "", 0, 24));
|
|
export const Textbox28Regular = ( /*#__PURE__*/createFluentFontIcon("Textbox28Regular", "", 1, 28));
|
|
export const Textbox28Filled = ( /*#__PURE__*/createFluentFontIcon("Textbox28Filled", "", 0, 28));
|
|
export const Textbox32Regular = ( /*#__PURE__*/createFluentFontIcon("Textbox32Regular", "", 1, 32));
|
|
export const Textbox32Filled = ( /*#__PURE__*/createFluentFontIcon("Textbox32Filled", "", 0, 32));
|
|
export const Textbox48Regular = ( /*#__PURE__*/createFluentFontIcon("Textbox48Regular", "", 1, 48));
|
|
export const Textbox48Filled = ( /*#__PURE__*/createFluentFontIcon("Textbox48Filled", "", 0, 48));
|