18 lines
2.0 KiB
JavaScript
18 lines
2.0 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.RibbonOff32Filled = exports.RibbonOff32Regular = exports.RibbonOff24Filled = exports.RibbonOff24Regular = exports.RibbonOff20Filled = exports.RibbonOff20Regular = exports.RibbonOff16Filled = exports.RibbonOff16Regular = exports.RibbonOff12Filled = exports.RibbonOff12Regular = exports.RibbonOffRegular = exports.RibbonOffFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.RibbonOffFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOffFilled", "", 2, undefined));
|
|
exports.RibbonOffRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOffRegular", "", 2, undefined));
|
|
exports.RibbonOff12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff12Regular", "", 1, 12));
|
|
exports.RibbonOff12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff12Filled", "", 0, 12));
|
|
exports.RibbonOff16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff16Regular", "", 1, 16));
|
|
exports.RibbonOff16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff16Filled", "", 0, 16));
|
|
exports.RibbonOff20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff20Regular", "", 1, 20));
|
|
exports.RibbonOff20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff20Filled", "", 0, 20));
|
|
exports.RibbonOff24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff24Regular", "", 1, 24));
|
|
exports.RibbonOff24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff24Filled", "", 0, 24));
|
|
exports.RibbonOff32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff32Regular", "", 1, 32));
|
|
exports.RibbonOff32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("RibbonOff32Filled", "", 0, 32));
|