21 lines
2.2 KiB
JavaScript
21 lines
2.2 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Vip48Filled = exports.Vip48Regular = exports.Vip32Light = exports.Vip32Filled = exports.Vip32Regular = exports.Vip28Filled = exports.Vip28Regular = exports.Vip24Filled = exports.Vip24Regular = exports.Vip20Filled = exports.Vip20Regular = exports.Vip16Filled = exports.Vip16Regular = exports.VipRegular = exports.VipFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.VipFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VipFilled", "", 2, undefined));
|
|
exports.VipRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("VipRegular", "", 2, undefined));
|
|
exports.Vip16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip16Regular", "", 1, 16));
|
|
exports.Vip16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip16Filled", "", 0, 16));
|
|
exports.Vip20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip20Regular", "", 1, 20));
|
|
exports.Vip20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip20Filled", "", 0, 20));
|
|
exports.Vip24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip24Regular", "", 1, 24));
|
|
exports.Vip24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip24Filled", "", 0, 24));
|
|
exports.Vip28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip28Regular", "", 1, 28));
|
|
exports.Vip28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip28Filled", "", 0, 28));
|
|
exports.Vip32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip32Regular", "", 1, 32));
|
|
exports.Vip32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip32Filled", "", 0, 32));
|
|
exports.Vip32Light = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip32Light", "", 3, 32));
|
|
exports.Vip48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip48Regular", "", 1, 48));
|
|
exports.Vip48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Vip48Filled", "", 0, 48));
|