14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.RibbonStar32Filled = exports.RibbonStar32Regular = exports.RibbonStar24Filled = exports.RibbonStar24Regular = exports.RibbonStar20Filled = exports.RibbonStar20Regular = exports.RibbonStarRegular = exports.RibbonStarFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.RibbonStarFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonStarFilled", "", 2, undefined));
|
|
exports.RibbonStarRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonStarRegular", "", 2, undefined));
|
|
exports.RibbonStar20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonStar20Regular", "", 1, 20));
|
|
exports.RibbonStar20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonStar20Filled", "", 0, 20));
|
|
exports.RibbonStar24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonStar24Regular", "", 1, 24));
|
|
exports.RibbonStar24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonStar24Filled", "", 0, 24));
|
|
exports.RibbonStar32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonStar32Regular", "", 1, 32));
|
|
exports.RibbonStar32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonStar32Filled", "", 0, 32));
|