9 lines
709 B
JavaScript
9 lines
709 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const CardUiFilled = ( /*#__PURE__*/createFluentFontIcon("CardUiFilled", "", 2, undefined));
|
|
export const CardUiRegular = ( /*#__PURE__*/createFluentFontIcon("CardUiRegular", "", 2, undefined));
|
|
export const CardUi20Regular = ( /*#__PURE__*/createFluentFontIcon("CardUi20Regular", "", 1, 20));
|
|
export const CardUi20Filled = ( /*#__PURE__*/createFluentFontIcon("CardUi20Filled", "", 0, 20));
|
|
export const CardUi24Regular = ( /*#__PURE__*/createFluentFontIcon("CardUi24Regular", "", 1, 24));
|
|
export const CardUi24Filled = ( /*#__PURE__*/createFluentFontIcon("CardUi24Filled", "", 0, 24));
|