@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 993 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const KeyboardOffFilled = ( /*#__PURE__*/createFluentFontIcon("KeyboardOffFilled", "", 2, undefined));
export const KeyboardOffRegular = ( /*#__PURE__*/createFluentFontIcon("KeyboardOffRegular", "", 2, undefined));
export const KeyboardOff16Regular = ( /*#__PURE__*/createFluentFontIcon("KeyboardOff16Regular", "", 1, 16));
export const KeyboardOff16Filled = ( /*#__PURE__*/createFluentFontIcon("KeyboardOff16Filled", "", 0, 16));
export const KeyboardOff20Regular = ( /*#__PURE__*/createFluentFontIcon("KeyboardOff20Regular", "", 1, 20));
export const KeyboardOff20Filled = ( /*#__PURE__*/createFluentFontIcon("KeyboardOff20Filled", "", 0, 20));
export const KeyboardOff24Regular = ( /*#__PURE__*/createFluentFontIcon("KeyboardOff24Regular", "", 1, 24));
export const KeyboardOff24Filled = ( /*#__PURE__*/createFluentFontIcon("KeyboardOff24Filled", "", 0, 24));