@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 559 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WindowConsoleFilled = ( /*#__PURE__*/createFluentFontIcon("WindowConsoleFilled", "", 2, undefined));
export const WindowConsoleRegular = ( /*#__PURE__*/createFluentFontIcon("WindowConsoleRegular", "", 2, undefined));
export const WindowConsole20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowConsole20Regular", "", 1, 20));
export const WindowConsole20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowConsole20Filled", "", 0, 20));