@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 873 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const KeyboardLayoutResizeFilled = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutResizeFilled", "", 2, undefined));
export const KeyboardLayoutResizeRegular = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutResizeRegular", "", 2, undefined));
export const KeyboardLayoutResize20Regular = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutResize20Regular", "", 1, 20));
export const KeyboardLayoutResize20Filled = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutResize20Filled", "", 0, 20));
export const KeyboardLayoutResize24Regular = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutResize24Regular", "", 1, 24));
export const KeyboardLayoutResize24Filled = ( /*#__PURE__*/createFluentFontIcon("KeyboardLayoutResize24Filled", "", 0, 24));