20 lines
2.1 KiB
JavaScript
20 lines
2.1 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Games48Filled = exports.Games48Regular = exports.Games32Filled = exports.Games32Regular = exports.Games28Filled = exports.Games28Regular = exports.Games24Filled = exports.Games24Regular = exports.Games20Filled = exports.Games20Regular = exports.Games16Filled = exports.Games16Regular = exports.GamesRegular = exports.GamesFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.GamesFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GamesFilled", "", 2, undefined));
|
|
exports.GamesRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GamesRegular", "", 2, undefined));
|
|
exports.Games16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games16Regular", "", 1, 16));
|
|
exports.Games16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games16Filled", "", 0, 16));
|
|
exports.Games20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games20Regular", "", 1, 20));
|
|
exports.Games20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games20Filled", "", 0, 20));
|
|
exports.Games24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games24Regular", "", 1, 24));
|
|
exports.Games24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games24Filled", "", 0, 24));
|
|
exports.Games28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games28Regular", "", 1, 28));
|
|
exports.Games28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games28Filled", "", 0, 28));
|
|
exports.Games32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games32Regular", "", 1, 32));
|
|
exports.Games32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games32Filled", "", 0, 32));
|
|
exports.Games48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games48Regular", "", 1, 48));
|
|
exports.Games48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Games48Filled", "", 0, 48));
|