@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 1.92 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Ribbon32Filled = exports.Ribbon32Regular = exports.Ribbon24Filled = exports.Ribbon24Regular = exports.Ribbon20Filled = exports.Ribbon20Regular = exports.Ribbon16Filled = exports.Ribbon16Regular = exports.Ribbon12Filled = exports.Ribbon12Regular = exports.RibbonRegular = exports.RibbonFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.RibbonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonFilled", "", 2, undefined));
exports.RibbonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonRegular", "", 2, undefined));
exports.Ribbon12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon12Regular", "", 1, 12));
exports.Ribbon12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon12Filled", "", 0, 12));
exports.Ribbon16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon16Regular", "", 1, 16));
exports.Ribbon16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon16Filled", "", 0, 16));
exports.Ribbon20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon20Regular", "", 1, 20));
exports.Ribbon20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon20Filled", "", 0, 20));
exports.Ribbon24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon24Regular", "", 1, 24));
exports.Ribbon24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon24Filled", "", 0, 24));
exports.Ribbon32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon32Regular", "", 1, 32));
exports.Ribbon32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Ribbon32Filled", "", 0, 32));