20 lines
2.4 KiB
JavaScript
20 lines
2.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.InfoSparkle48Filled = exports.InfoSparkle48Regular = exports.InfoSparkle32Filled = exports.InfoSparkle32Regular = exports.InfoSparkle28Filled = exports.InfoSparkle28Regular = exports.InfoSparkle24Filled = exports.InfoSparkle24Regular = exports.InfoSparkle20Filled = exports.InfoSparkle20Regular = exports.InfoSparkle16Filled = exports.InfoSparkle16Regular = exports.InfoSparkleRegular = exports.InfoSparkleFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.InfoSparkleFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkleFilled", "", 2, undefined));
|
|
exports.InfoSparkleRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkleRegular", "", 2, undefined));
|
|
exports.InfoSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle16Regular", "", 1, 16));
|
|
exports.InfoSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle16Filled", "", 0, 16));
|
|
exports.InfoSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle20Regular", "", 1, 20));
|
|
exports.InfoSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle20Filled", "", 0, 20));
|
|
exports.InfoSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle24Regular", "", 1, 24));
|
|
exports.InfoSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle24Filled", "", 0, 24));
|
|
exports.InfoSparkle28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle28Regular", "", 1, 28));
|
|
exports.InfoSparkle28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle28Filled", "", 0, 28));
|
|
exports.InfoSparkle32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle32Regular", "", 1, 32));
|
|
exports.InfoSparkle32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle32Filled", "", 0, 32));
|
|
exports.InfoSparkle48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle48Regular", "", 1, 48));
|
|
exports.InfoSparkle48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoSparkle48Filled", "", 0, 48));
|