UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 693 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const IconsFilled = ( /*#__PURE__*/createFluentFontIcon("IconsFilled", "", 2, undefined)); export const IconsRegular = ( /*#__PURE__*/createFluentFontIcon("IconsRegular", "", 2, undefined)); export const Icons20Regular = ( /*#__PURE__*/createFluentFontIcon("Icons20Regular", "", 1, 20)); export const Icons20Filled = ( /*#__PURE__*/createFluentFontIcon("Icons20Filled", "", 0, 20)); export const Icons24Regular = ( /*#__PURE__*/createFluentFontIcon("Icons24Regular", "", 1, 24)); export const Icons24Filled = ( /*#__PURE__*/createFluentFontIcon("Icons24Filled", "", 0, 24));