Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/tab-desktop-bottom.js

14 lines
1.5 KiB
JavaScript

"use client";
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.TabDesktopBottom28Filled = exports.TabDesktopBottom28Regular = 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));
exports.TabDesktopBottom28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopBottom28Regular", "󰯃", 1, 28));
exports.TabDesktopBottom28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopBottom28Filled", "󰱁", 0, 28));