17 lines
1.8 KiB
JavaScript
17 lines
1.8 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ContactCardRibbonFilled = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbonFilled", "", 2, undefined));
|
|
export const ContactCardRibbonRegular = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbonRegular", "", 2, undefined));
|
|
export const ContactCardRibbon16Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon16Regular", "", 1, 16));
|
|
export const ContactCardRibbon16Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon16Filled", "", 0, 16));
|
|
export const ContactCardRibbon20Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon20Regular", "", 1, 20));
|
|
export const ContactCardRibbon20Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon20Filled", "", 0, 20));
|
|
export const ContactCardRibbon24Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon24Regular", "", 1, 24));
|
|
export const ContactCardRibbon24Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon24Filled", "", 0, 24));
|
|
export const ContactCardRibbon28Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon28Regular", "", 1, 28));
|
|
export const ContactCardRibbon28Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon28Filled", "", 0, 28));
|
|
export const ContactCardRibbon32Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon32Regular", "", 1, 32));
|
|
export const ContactCardRibbon32Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon32Filled", "", 0, 32));
|
|
export const ContactCardRibbon48Regular = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon48Regular", "", 1, 48));
|
|
export const ContactCardRibbon48Filled = ( /*#__PURE__*/createFluentFontIcon("ContactCardRibbon48Filled", "", 0, 48));
|