UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

11 lines (10 loc) 1.01 kB
"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));