16 lines
1.8 KiB
JavaScript
16 lines
1.8 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.TabDesktopLink28Filled = exports.TabDesktopLink28Regular = exports.TabDesktopLink24Filled = exports.TabDesktopLink24Regular = exports.TabDesktopLink20Filled = exports.TabDesktopLink20Regular = exports.TabDesktopLink16Filled = exports.TabDesktopLink16Regular = exports.TabDesktopLinkRegular = exports.TabDesktopLinkFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.TabDesktopLinkFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLinkFilled", "", 2, undefined));
|
|
exports.TabDesktopLinkRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLinkRegular", "", 2, undefined));
|
|
exports.TabDesktopLink16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLink16Regular", "", 1, 16));
|
|
exports.TabDesktopLink16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLink16Filled", "", 0, 16));
|
|
exports.TabDesktopLink20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLink20Regular", "", 1, 20));
|
|
exports.TabDesktopLink20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLink20Filled", "", 0, 20));
|
|
exports.TabDesktopLink24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLink24Regular", "", 1, 24));
|
|
exports.TabDesktopLink24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLink24Filled", "", 0, 24));
|
|
exports.TabDesktopLink28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLink28Regular", "", 1, 28));
|
|
exports.TabDesktopLink28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TabDesktopLink28Filled", "", 0, 28));
|