14 lines
1.5 KiB
JavaScript
14 lines
1.5 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LaptopSettings32Filled = exports.LaptopSettings32Regular = exports.LaptopSettings24Filled = exports.LaptopSettings24Regular = exports.LaptopSettings20Filled = exports.LaptopSettings20Regular = exports.LaptopSettingsRegular = exports.LaptopSettingsFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LaptopSettingsFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopSettingsFilled", "", 2, undefined));
|
|
exports.LaptopSettingsRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopSettingsRegular", "", 2, undefined));
|
|
exports.LaptopSettings20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopSettings20Regular", "", 1, 20));
|
|
exports.LaptopSettings20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopSettings20Filled", "", 0, 20));
|
|
exports.LaptopSettings24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopSettings24Regular", "", 1, 24));
|
|
exports.LaptopSettings24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopSettings24Filled", "", 0, 24));
|
|
exports.LaptopSettings32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopSettings32Regular", "", 1, 32));
|
|
exports.LaptopSettings32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LaptopSettings32Filled", "", 0, 32));
|