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