11 lines
955 B
JavaScript
11 lines
955 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TextFieldFilled = ( /*#__PURE__*/createFluentFontIcon("TextFieldFilled", "", 2, undefined));
|
|
export const TextFieldRegular = ( /*#__PURE__*/createFluentFontIcon("TextFieldRegular", "", 2, undefined));
|
|
export const TextField16Regular = ( /*#__PURE__*/createFluentFontIcon("TextField16Regular", "", 1, 16));
|
|
export const TextField16Filled = ( /*#__PURE__*/createFluentFontIcon("TextField16Filled", "", 0, 16));
|
|
export const TextField20Regular = ( /*#__PURE__*/createFluentFontIcon("TextField20Regular", "", 1, 20));
|
|
export const TextField20Filled = ( /*#__PURE__*/createFluentFontIcon("TextField20Filled", "", 0, 20));
|
|
export const TextField24Regular = ( /*#__PURE__*/createFluentFontIcon("TextField24Regular", "", 1, 24));
|
|
export const TextField24Filled = ( /*#__PURE__*/createFluentFontIcon("TextField24Filled", "", 0, 24));
|