20 lines
2.5 KiB
JavaScript
20 lines
2.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PersonStarburst48Filled = exports.PersonStarburst48Regular = exports.PersonStarburst32Filled = exports.PersonStarburst32Regular = exports.PersonStarburst28Filled = exports.PersonStarburst28Regular = exports.PersonStarburst24Filled = exports.PersonStarburst24Regular = exports.PersonStarburst20Filled = exports.PersonStarburst20Regular = exports.PersonStarburst16Filled = exports.PersonStarburst16Regular = exports.PersonStarburstRegular = exports.PersonStarburstFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PersonStarburstFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburstFilled", "", 2, undefined));
|
|
exports.PersonStarburstRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburstRegular", "", 2, undefined));
|
|
exports.PersonStarburst16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst16Regular", "", 1, 16));
|
|
exports.PersonStarburst16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst16Filled", "", 0, 16));
|
|
exports.PersonStarburst20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst20Regular", "", 1, 20));
|
|
exports.PersonStarburst20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst20Filled", "", 0, 20));
|
|
exports.PersonStarburst24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst24Regular", "", 1, 24));
|
|
exports.PersonStarburst24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst24Filled", "", 0, 24));
|
|
exports.PersonStarburst28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst28Regular", "", 1, 28));
|
|
exports.PersonStarburst28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst28Filled", "", 0, 28));
|
|
exports.PersonStarburst32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst32Regular", "", 1, 32));
|
|
exports.PersonStarburst32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst32Filled", "", 0, 32));
|
|
exports.PersonStarburst48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst48Regular", "", 1, 48));
|
|
exports.PersonStarburst48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarburst48Filled", "", 0, 48));
|