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