UNPKG

@fluentui/react-icons

Version:

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

10 lines (9 loc) 845 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.WindowConsole20Filled = exports.WindowConsole20Regular = exports.WindowConsoleRegular = exports.WindowConsoleFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.WindowConsoleFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowConsoleFilled", "", 2, undefined)); exports.WindowConsoleRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowConsoleRegular", "", 2, undefined)); exports.WindowConsole20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowConsole20Regular", "", 1, 20)); exports.WindowConsole20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowConsole20Filled", "", 0, 20));