14 lines
1.3 KiB
JavaScript
14 lines
1.3 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const AppGenericFilled = ( /*#__PURE__*/createFluentFontIcon("AppGenericFilled", "", 2, undefined));
|
|
export const AppGenericRegular = ( /*#__PURE__*/createFluentFontIcon("AppGenericRegular", "", 2, undefined));
|
|
export const AppGeneric20Regular = ( /*#__PURE__*/createFluentFontIcon("AppGeneric20Regular", "", 1, 20));
|
|
export const AppGeneric20Filled = ( /*#__PURE__*/createFluentFontIcon("AppGeneric20Filled", "", 0, 20));
|
|
export const AppGeneric24Regular = ( /*#__PURE__*/createFluentFontIcon("AppGeneric24Regular", "", 1, 24));
|
|
export const AppGeneric24Filled = ( /*#__PURE__*/createFluentFontIcon("AppGeneric24Filled", "", 0, 24));
|
|
export const AppGeneric32Regular = ( /*#__PURE__*/createFluentFontIcon("AppGeneric32Regular", "", 1, 32));
|
|
export const AppGeneric32Filled = ( /*#__PURE__*/createFluentFontIcon("AppGeneric32Filled", "", 0, 32));
|
|
export const AppGeneric32Light = ( /*#__PURE__*/createFluentFontIcon("AppGeneric32Light", "", 3, 32));
|
|
export const AppGeneric48Regular = ( /*#__PURE__*/createFluentFontIcon("AppGeneric48Regular", "", 1, 48));
|
|
export const AppGeneric48Filled = ( /*#__PURE__*/createFluentFontIcon("AppGeneric48Filled", "", 0, 48));
|