@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.44 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyCommand24Filled = exports.KeyCommand24Regular = exports.KeyCommand20Filled = exports.KeyCommand20Regular = exports.KeyCommand16Filled = exports.KeyCommand16Regular = exports.KeyCommandRegular = exports.KeyCommandFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.KeyCommandFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyCommandFilled", "", 2, undefined));
exports.KeyCommandRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyCommandRegular", "", 2, undefined));
exports.KeyCommand16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyCommand16Regular", "", 1, 16));
exports.KeyCommand16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyCommand16Filled", "", 0, 16));
exports.KeyCommand20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyCommand20Regular", "", 1, 20));
exports.KeyCommand20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyCommand20Filled", "", 0, 20));
exports.KeyCommand24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyCommand24Regular", "", 1, 24));
exports.KeyCommand24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyCommand24Filled", "", 0, 24));