9 lines
957 B
JavaScript
9 lines
957 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const KeyboardLayoutOneHandedLeftFilled = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutOneHandedLeftFilled", "", 2, undefined));
|
|
export const KeyboardLayoutOneHandedLeftRegular = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutOneHandedLeftRegular", "", 2, undefined));
|
|
export const KeyboardLayoutOneHandedLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutOneHandedLeft20Regular", "", 1, 20));
|
|
export const KeyboardLayoutOneHandedLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutOneHandedLeft20Filled", "", 0, 20));
|
|
export const KeyboardLayoutOneHandedLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutOneHandedLeft24Regular", "", 1, 24));
|
|
export const KeyboardLayoutOneHandedLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutOneHandedLeft24Filled", "", 0, 24));
|