UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.11 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const FluentFilled = ( /*#__PURE__*/createFluentFontIcon("FluentFilled", "", 2, undefined)); export const FluentRegular = ( /*#__PURE__*/createFluentFontIcon("FluentRegular", "", 2, undefined)); export const Fluent20Regular = ( /*#__PURE__*/createFluentFontIcon("Fluent20Regular", "", 1, 20)); export const Fluent20Filled = ( /*#__PURE__*/createFluentFontIcon("Fluent20Filled", "", 0, 20)); export const Fluent24Regular = ( /*#__PURE__*/createFluentFontIcon("Fluent24Regular", "", 1, 24)); export const Fluent24Filled = ( /*#__PURE__*/createFluentFontIcon("Fluent24Filled", "", 0, 24)); export const Fluent32Regular = ( /*#__PURE__*/createFluentFontIcon("Fluent32Regular", "", 1, 32)); export const Fluent32Filled = ( /*#__PURE__*/createFluentFontIcon("Fluent32Filled", "", 0, 32)); export const Fluent48Regular = ( /*#__PURE__*/createFluentFontIcon("Fluent48Regular", "", 1, 48)); export const Fluent48Filled = ( /*#__PURE__*/createFluentFontIcon("Fluent48Filled", "", 0, 48));