@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.31 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const RibbonFilled = ( /*#__PURE__*/createFluentFontIcon("RibbonFilled", "", 2, undefined));
export const RibbonRegular = ( /*#__PURE__*/createFluentFontIcon("RibbonRegular", "", 2, undefined));
export const Ribbon12Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon12Regular", "", 1, 12));
export const Ribbon12Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon12Filled", "", 0, 12));
export const Ribbon16Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon16Regular", "", 1, 16));
export const Ribbon16Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon16Filled", "", 0, 16));
export const Ribbon20Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon20Regular", "", 1, 20));
export const Ribbon20Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon20Filled", "", 0, 20));
export const Ribbon24Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon24Regular", "", 1, 24));
export const Ribbon24Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon24Filled", "", 0, 24));
export const Ribbon32Regular = ( /*#__PURE__*/createFluentFontIcon("Ribbon32Regular", "", 1, 32));
export const Ribbon32Filled = ( /*#__PURE__*/createFluentFontIcon("Ribbon32Filled", "", 0, 32));