UNPKG

@fluentui/react-icons

Version:

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

17 lines (16 loc) 1.54 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const DesktopFilled = ( /*#__PURE__*/createFluentFontIcon("DesktopFilled", "", 2, undefined)); export const DesktopRegular = ( /*#__PURE__*/createFluentFontIcon("DesktopRegular", "", 2, undefined)); export const Desktop16Regular = ( /*#__PURE__*/createFluentFontIcon("Desktop16Regular", "", 1, 16)); export const Desktop16Filled = ( /*#__PURE__*/createFluentFontIcon("Desktop16Filled", "", 0, 16)); export const Desktop20Regular = ( /*#__PURE__*/createFluentFontIcon("Desktop20Regular", "", 1, 20)); export const Desktop20Filled = ( /*#__PURE__*/createFluentFontIcon("Desktop20Filled", "", 0, 20)); export const Desktop24Regular = ( /*#__PURE__*/createFluentFontIcon("Desktop24Regular", "", 1, 24)); export const Desktop24Filled = ( /*#__PURE__*/createFluentFontIcon("Desktop24Filled", "", 0, 24)); export const Desktop28Regular = ( /*#__PURE__*/createFluentFontIcon("Desktop28Regular", "", 1, 28)); export const Desktop28Filled = ( /*#__PURE__*/createFluentFontIcon("Desktop28Filled", "", 0, 28)); export const Desktop32Regular = ( /*#__PURE__*/createFluentFontIcon("Desktop32Regular", "", 1, 32)); export const Desktop32Filled = ( /*#__PURE__*/createFluentFontIcon("Desktop32Filled", "", 0, 32)); export const Desktop48Regular = ( /*#__PURE__*/createFluentFontIcon("Desktop48Regular", "󰠽", 1, 48)); export const Desktop48Filled = ( /*#__PURE__*/createFluentFontIcon("Desktop48Filled", "󰢺", 0, 48));