@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.47 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DeskFilled = ( /*#__PURE__*/createFluentFontIcon("DeskFilled", "", 2, undefined));
export const DeskRegular = ( /*#__PURE__*/createFluentFontIcon("DeskRegular", "", 2, undefined));
export const Desk16Regular = ( /*#__PURE__*/createFluentFontIcon("Desk16Regular", "", 1, 16));
export const Desk16Filled = ( /*#__PURE__*/createFluentFontIcon("Desk16Filled", "", 0, 16));
export const Desk20Regular = ( /*#__PURE__*/createFluentFontIcon("Desk20Regular", "", 1, 20));
export const Desk20Filled = ( /*#__PURE__*/createFluentFontIcon("Desk20Filled", "", 0, 20));
export const Desk24Regular = ( /*#__PURE__*/createFluentFontIcon("Desk24Regular", "", 1, 24));
export const Desk24Filled = ( /*#__PURE__*/createFluentFontIcon("Desk24Filled", "", 0, 24));
export const Desk28Regular = ( /*#__PURE__*/createFluentFontIcon("Desk28Regular", "", 1, 28));
export const Desk28Filled = ( /*#__PURE__*/createFluentFontIcon("Desk28Filled", "", 0, 28));
export const Desk32Regular = ( /*#__PURE__*/createFluentFontIcon("Desk32Regular", "", 1, 32));
export const Desk32Filled = ( /*#__PURE__*/createFluentFontIcon("Desk32Filled", "", 0, 32));
export const Desk48Regular = ( /*#__PURE__*/createFluentFontIcon("Desk48Regular", "", 1, 48));
export const Desk48Filled = ( /*#__PURE__*/createFluentFontIcon("Desk48Filled", "", 0, 48));