7 lines
559 B
JavaScript
7 lines
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));
|