15 lines
1.7 KiB
JavaScript
15 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const TextDescriptionFilled = ( /*#__PURE__*/createFluentFontIcon("TextDescriptionFilled", "", 2, undefined, { flipInRtl: true }));
|
|
export const TextDescriptionRegular = ( /*#__PURE__*/createFluentFontIcon("TextDescriptionRegular", "", 2, undefined, { flipInRtl: true }));
|
|
export const TextDescription16Regular = ( /*#__PURE__*/createFluentFontIcon("TextDescription16Regular", "", 1, 16, { flipInRtl: true }));
|
|
export const TextDescription16Filled = ( /*#__PURE__*/createFluentFontIcon("TextDescription16Filled", "", 0, 16, { flipInRtl: true }));
|
|
export const TextDescription20Regular = ( /*#__PURE__*/createFluentFontIcon("TextDescription20Regular", "", 1, 20, { flipInRtl: true }));
|
|
export const TextDescription20Filled = ( /*#__PURE__*/createFluentFontIcon("TextDescription20Filled", "", 0, 20, { flipInRtl: true }));
|
|
export const TextDescription24Regular = ( /*#__PURE__*/createFluentFontIcon("TextDescription24Regular", "", 1, 24, { flipInRtl: true }));
|
|
export const TextDescription24Filled = ( /*#__PURE__*/createFluentFontIcon("TextDescription24Filled", "", 0, 24, { flipInRtl: true }));
|
|
export const TextDescription28Regular = ( /*#__PURE__*/createFluentFontIcon("TextDescription28Regular", "", 1, 28, { flipInRtl: true }));
|
|
export const TextDescription28Filled = ( /*#__PURE__*/createFluentFontIcon("TextDescription28Filled", "", 0, 28, { flipInRtl: true }));
|
|
export const TextDescription32Regular = ( /*#__PURE__*/createFluentFontIcon("TextDescription32Regular", "", 1, 32, { flipInRtl: true }));
|
|
export const TextDescription32Filled = ( /*#__PURE__*/createFluentFontIcon("TextDescription32Filled", "", 0, 32, { flipInRtl: true }));
|