14 lines
1.3 KiB
JavaScript
14 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Cast28Filled = exports.Cast28Regular = exports.Cast24Filled = exports.Cast24Regular = exports.Cast20Filled = exports.Cast20Regular = exports.CastRegular = exports.CastFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.CastFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CastFilled", "", 2, undefined));
|
|
exports.CastRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("CastRegular", "", 2, undefined));
|
|
exports.Cast20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cast20Regular", "", 1, 20));
|
|
exports.Cast20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cast20Filled", "", 0, 20));
|
|
exports.Cast24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cast24Regular", "", 1, 24));
|
|
exports.Cast24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cast24Filled", "", 0, 24));
|
|
exports.Cast28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cast28Regular", "", 1, 28));
|
|
exports.Cast28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Cast28Filled", "", 0, 28));
|