@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 787 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.GameChat20Filled = exports.GameChat20Regular = exports.GameChatRegular = exports.GameChatFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.GameChatFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GameChatFilled", "", 2, undefined));
exports.GameChatRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GameChatRegular", "", 2, undefined));
exports.GameChat20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GameChat20Regular", "", 1, 20));
exports.GameChat20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GameChat20Filled", "", 0, 20));