@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 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));