17 lines
1.7 KiB
JavaScript
17 lines
1.7 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DocumentRibbonFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbonFilled", "", 2, undefined));
|
|
export const DocumentRibbonRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbonRegular", "", 2, undefined));
|
|
export const DocumentRibbon16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon16Regular", "", 1, 16));
|
|
export const DocumentRibbon16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon16Filled", "", 0, 16));
|
|
export const DocumentRibbon20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon20Regular", "", 1, 20));
|
|
export const DocumentRibbon20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon20Filled", "", 0, 20));
|
|
export const DocumentRibbon24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon24Regular", "", 1, 24));
|
|
export const DocumentRibbon24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon24Filled", "", 0, 24));
|
|
export const DocumentRibbon28Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon28Regular", "", 1, 28));
|
|
export const DocumentRibbon28Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon28Filled", "", 0, 28));
|
|
export const DocumentRibbon32Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon32Regular", "", 1, 32));
|
|
export const DocumentRibbon32Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon32Filled", "", 0, 32));
|
|
export const DocumentRibbon48Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon48Regular", "", 1, 48));
|
|
export const DocumentRibbon48Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentRibbon48Filled", "", 0, 48));
|