16 lines
1.7 KiB
JavaScript
16 lines
1.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.StarDismiss28Filled = exports.StarDismiss28Regular = exports.StarDismiss24Filled = exports.StarDismiss24Regular = exports.StarDismiss20Filled = exports.StarDismiss20Regular = exports.StarDismiss16Filled = exports.StarDismiss16Regular = exports.StarDismissRegular = exports.StarDismissFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.StarDismissFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismissFilled", "", 2, undefined));
|
|
exports.StarDismissRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismissRegular", "", 2, undefined));
|
|
exports.StarDismiss16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismiss16Regular", "", 1, 16));
|
|
exports.StarDismiss16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismiss16Filled", "", 0, 16));
|
|
exports.StarDismiss20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismiss20Regular", "", 1, 20));
|
|
exports.StarDismiss20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismiss20Filled", "", 0, 20));
|
|
exports.StarDismiss24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismiss24Regular", "", 1, 24));
|
|
exports.StarDismiss24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismiss24Filled", "", 0, 24));
|
|
exports.StarDismiss28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismiss28Regular", "", 1, 28));
|
|
exports.StarDismiss28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StarDismiss28Filled", "", 0, 28));
|