20 lines
2.3 KiB
JavaScript
20 lines
2.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PersonStar48Filled = exports.PersonStar48Regular = exports.PersonStar32Filled = exports.PersonStar32Regular = exports.PersonStar28Filled = exports.PersonStar28Regular = exports.PersonStar24Filled = exports.PersonStar24Regular = exports.PersonStar20Filled = exports.PersonStar20Regular = exports.PersonStar16Filled = exports.PersonStar16Regular = exports.PersonStarRegular = exports.PersonStarFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PersonStarFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarFilled", "", 2, undefined));
|
|
exports.PersonStarRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStarRegular", "", 2, undefined));
|
|
exports.PersonStar16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar16Regular", "", 1, 16));
|
|
exports.PersonStar16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar16Filled", "", 0, 16));
|
|
exports.PersonStar20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar20Regular", "", 1, 20));
|
|
exports.PersonStar20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar20Filled", "", 0, 20));
|
|
exports.PersonStar24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar24Regular", "", 1, 24));
|
|
exports.PersonStar24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar24Filled", "", 0, 24));
|
|
exports.PersonStar28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar28Regular", "", 1, 28));
|
|
exports.PersonStar28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar28Filled", "", 0, 28));
|
|
exports.PersonStar32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar32Regular", "", 1, 32));
|
|
exports.PersonStar32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar32Filled", "", 0, 32));
|
|
exports.PersonStar48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar48Regular", "", 1, 48));
|
|
exports.PersonStar48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PersonStar48Filled", "", 0, 48));
|