Private
Public Access
1
0
Files

10 lines
845 B
JavaScript

"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));