UNPKG

@fluentui/react-icons

Version:

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

14 lines (13 loc) 1.36 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Symbols24Filled = exports.Symbols24Regular = exports.Symbols20Filled = exports.Symbols20Regular = exports.Symbols16Filled = exports.Symbols16Regular = exports.SymbolsRegular = exports.SymbolsFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.SymbolsFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SymbolsFilled", "", 2, undefined)); exports.SymbolsRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("SymbolsRegular", "", 2, undefined)); exports.Symbols16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Symbols16Regular", "", 1, 16)); exports.Symbols16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Symbols16Filled", "", 0, 16)); exports.Symbols20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Symbols20Regular", "", 1, 20)); exports.Symbols20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Symbols20Filled", "", 0, 20)); exports.Symbols24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Symbols24Regular", "", 1, 24)); exports.Symbols24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Symbols24Filled", "", 0, 24));