9 lines
777 B
JavaScript
9 lines
777 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const KeyboardDockFilled = ( /*#__PURE__*/createFluentFontIcon("KeyboardDockFilled", "", 2, undefined));
|
|
export const KeyboardDockRegular = ( /*#__PURE__*/createFluentFontIcon("KeyboardDockRegular", "", 2, undefined));
|
|
export const KeyboardDock20Regular = ( /*#__PURE__*/createFluentFontIcon("KeyboardDock20Regular", "", 1, 20));
|
|
export const KeyboardDock20Filled = ( /*#__PURE__*/createFluentFontIcon("KeyboardDock20Filled", "", 0, 20));
|
|
export const KeyboardDock24Regular = ( /*#__PURE__*/createFluentFontIcon("KeyboardDock24Regular", "", 1, 24));
|
|
export const KeyboardDock24Filled = ( /*#__PURE__*/createFluentFontIcon("KeyboardDock24Filled", "", 0, 24));
|