16 lines
1.7 KiB
JavaScript
16 lines
1.7 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.DesktopMac32Filled = exports.DesktopMac32Regular = exports.DesktopMac24Filled = exports.DesktopMac24Regular = exports.DesktopMac20Filled = exports.DesktopMac20Regular = exports.DesktopMac16Filled = exports.DesktopMac16Regular = exports.DesktopMacRegular = exports.DesktopMacFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.DesktopMacFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMacFilled", "", 2, undefined));
|
|
exports.DesktopMacRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMacRegular", "", 2, undefined));
|
|
exports.DesktopMac16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMac16Regular", "", 1, 16));
|
|
exports.DesktopMac16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMac16Filled", "", 0, 16));
|
|
exports.DesktopMac20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMac20Regular", "", 1, 20));
|
|
exports.DesktopMac20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMac20Filled", "", 0, 20));
|
|
exports.DesktopMac24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMac24Regular", "", 1, 24));
|
|
exports.DesktopMac24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMac24Filled", "", 0, 24));
|
|
exports.DesktopMac32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMac32Regular", "", 1, 32));
|
|
exports.DesktopMac32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DesktopMac32Filled", "", 0, 32));
|