14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.PremiumPerson24Filled = exports.PremiumPerson24Regular = exports.PremiumPerson20Filled = exports.PremiumPerson20Regular = exports.PremiumPerson16Filled = exports.PremiumPerson16Regular = exports.PremiumPersonRegular = exports.PremiumPersonFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.PremiumPersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PremiumPersonFilled", "", 2, undefined));
|
|
exports.PremiumPersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PremiumPersonRegular", "", 2, undefined));
|
|
exports.PremiumPerson16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PremiumPerson16Regular", "", 1, 16));
|
|
exports.PremiumPerson16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PremiumPerson16Filled", "", 0, 16));
|
|
exports.PremiumPerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PremiumPerson20Regular", "", 1, 20));
|
|
exports.PremiumPerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PremiumPerson20Filled", "", 0, 20));
|
|
exports.PremiumPerson24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PremiumPerson24Regular", "", 1, 24));
|
|
exports.PremiumPerson24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("PremiumPerson24Filled", "", 0, 24));
|