9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const AppTitleFilled = ( /*#__PURE__*/createFluentFontIcon("AppTitleFilled", "", 2, undefined));
|
|
export const AppTitleRegular = ( /*#__PURE__*/createFluentFontIcon("AppTitleRegular", "", 2, undefined));
|
|
export const AppTitle20Regular = ( /*#__PURE__*/createFluentFontIcon("AppTitle20Regular", "", 1, 20));
|
|
export const AppTitle20Filled = ( /*#__PURE__*/createFluentFontIcon("AppTitle20Filled", "", 0, 20));
|
|
export const AppTitle24Regular = ( /*#__PURE__*/createFluentFontIcon("AppTitle24Regular", "", 1, 24));
|
|
export const AppTitle24Filled = ( /*#__PURE__*/createFluentFontIcon("AppTitle24Filled", "", 0, 24));
|