@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.14 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.KeyboardTab24Filled = exports.KeyboardTab24Regular = exports.KeyboardTab20Filled = exports.KeyboardTab20Regular = exports.KeyboardTabRegular = exports.KeyboardTabFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.KeyboardTabFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardTabFilled", "", 2, undefined));
exports.KeyboardTabRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardTabRegular", "", 2, undefined));
exports.KeyboardTab20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardTab20Regular", "", 1, 20));
exports.KeyboardTab20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardTab20Filled", "", 0, 20));
exports.KeyboardTab24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardTab24Regular", "", 1, 24));
exports.KeyboardTab24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("KeyboardTab24Filled", "", 0, 24));