UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

10 lines (9 loc) 809 B
"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));