22 lines
2.4 KiB
JavaScript
22 lines
2.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Guest48Filled = exports.Guest48Regular = exports.Guest32Filled = exports.Guest32Regular = exports.Guest28Filled = exports.Guest28Regular = exports.Guest24Filled = exports.Guest24Regular = exports.Guest20Filled = exports.Guest20Regular = exports.Guest16Filled = exports.Guest16Regular = exports.Guest12Filled = exports.Guest12Regular = exports.GuestRegular = exports.GuestFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.GuestFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GuestFilled", "", 2, undefined));
|
|
exports.GuestRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GuestRegular", "", 2, undefined));
|
|
exports.Guest12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest12Regular", "", 1, 12));
|
|
exports.Guest12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest12Filled", "", 0, 12));
|
|
exports.Guest16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest16Regular", "", 1, 16));
|
|
exports.Guest16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest16Filled", "", 0, 16));
|
|
exports.Guest20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest20Regular", "", 1, 20));
|
|
exports.Guest20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest20Filled", "", 0, 20));
|
|
exports.Guest24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest24Regular", "", 1, 24));
|
|
exports.Guest24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest24Filled", "", 0, 24));
|
|
exports.Guest28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest28Regular", "", 1, 28));
|
|
exports.Guest28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest28Filled", "", 0, 28));
|
|
exports.Guest32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest32Regular", "", 1, 32));
|
|
exports.Guest32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest32Filled", "", 0, 32));
|
|
exports.Guest48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest48Regular", "", 1, 48));
|
|
exports.Guest48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Guest48Filled", "", 0, 48));
|