17 lines
1.5 KiB
JavaScript
17 lines
1.5 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PromptFilled = ( /*#__PURE__*/createFluentFontIcon("PromptFilled", "", 2, undefined));
|
|
export const PromptRegular = ( /*#__PURE__*/createFluentFontIcon("PromptRegular", "", 2, undefined));
|
|
export const Prompt16Regular = ( /*#__PURE__*/createFluentFontIcon("Prompt16Regular", "", 1, 16));
|
|
export const Prompt16Filled = ( /*#__PURE__*/createFluentFontIcon("Prompt16Filled", "", 0, 16));
|
|
export const Prompt20Regular = ( /*#__PURE__*/createFluentFontIcon("Prompt20Regular", "", 1, 20));
|
|
export const Prompt20Filled = ( /*#__PURE__*/createFluentFontIcon("Prompt20Filled", "", 0, 20));
|
|
export const Prompt24Regular = ( /*#__PURE__*/createFluentFontIcon("Prompt24Regular", "", 1, 24));
|
|
export const Prompt24Filled = ( /*#__PURE__*/createFluentFontIcon("Prompt24Filled", "", 0, 24));
|
|
export const Prompt28Regular = ( /*#__PURE__*/createFluentFontIcon("Prompt28Regular", "", 1, 28));
|
|
export const Prompt28Filled = ( /*#__PURE__*/createFluentFontIcon("Prompt28Filled", "", 0, 28));
|
|
export const Prompt32Regular = ( /*#__PURE__*/createFluentFontIcon("Prompt32Regular", "", 1, 32));
|
|
export const Prompt32Filled = ( /*#__PURE__*/createFluentFontIcon("Prompt32Filled", "", 0, 32));
|
|
export const Prompt48Regular = ( /*#__PURE__*/createFluentFontIcon("Prompt48Regular", "", 1, 48));
|
|
export const Prompt48Filled = ( /*#__PURE__*/createFluentFontIcon("Prompt48Filled", "", 0, 48));
|