10 lines
809 B
JavaScript
10 lines
809 B
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.BoardGames20Filled = exports.BoardGames20Regular = exports.BoardGamesRegular = exports.BoardGamesFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.BoardGamesFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoardGamesFilled", "", 2, undefined));
|
|
exports.BoardGamesRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoardGamesRegular", "", 2, undefined));
|
|
exports.BoardGames20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoardGames20Regular", "", 1, 20));
|
|
exports.BoardGames20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("BoardGames20Filled", "", 0, 20));
|