UNPKG

@fluentui/react-icons

Version:

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

20 lines (19 loc) 2.13 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.Desk48Filled = exports.Desk48Regular = exports.Desk32Filled = exports.Desk32Regular = exports.Desk28Filled = exports.Desk28Regular = exports.Desk24Filled = exports.Desk24Regular = exports.Desk20Filled = exports.Desk20Regular = exports.Desk16Filled = exports.Desk16Regular = exports.DeskRegular = exports.DeskFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.DeskFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeskFilled", "", 2, undefined)); exports.DeskRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DeskRegular", "", 2, undefined)); exports.Desk16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk16Regular", "󰉩", 1, 16)); exports.Desk16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk16Filled", "󰉼", 0, 16)); exports.Desk20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk20Regular", "󰇋", 1, 20)); exports.Desk20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk20Filled", "󰇋", 0, 20)); exports.Desk24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk24Regular", "󰇌", 1, 24)); exports.Desk24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk24Filled", "󰇌", 0, 24)); exports.Desk28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk28Regular", "󰉪", 1, 28)); exports.Desk28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk28Filled", "󰉽", 0, 28)); exports.Desk32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk32Regular", "󰉫", 1, 32)); exports.Desk32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk32Filled", "󰉾", 0, 32)); exports.Desk48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk48Regular", "󰉬", 1, 48)); exports.Desk48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Desk48Filled", "󰉿", 0, 48));