11 lines
1009 B
JavaScript
11 lines
1009 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const PersonRibbonFilled = ( /*#__PURE__*/createFluentFontIcon("PersonRibbonFilled", "", 2, undefined));
|
|
export const PersonRibbonRegular = ( /*#__PURE__*/createFluentFontIcon("PersonRibbonRegular", "", 2, undefined));
|
|
export const PersonRibbon16Regular = ( /*#__PURE__*/createFluentFontIcon("PersonRibbon16Regular", "", 1, 16));
|
|
export const PersonRibbon16Filled = ( /*#__PURE__*/createFluentFontIcon("PersonRibbon16Filled", "", 0, 16));
|
|
export const PersonRibbon20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonRibbon20Regular", "", 1, 20));
|
|
export const PersonRibbon20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonRibbon20Filled", "", 0, 20));
|
|
export const PersonRibbon24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonRibbon24Regular", "", 1, 24));
|
|
export const PersonRibbon24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonRibbon24Filled", "", 0, 24));
|