16 lines
1.9 KiB
JavaScript
16 lines
1.9 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.LocationSettings48Filled = exports.LocationSettings48Regular = exports.LocationSettings28Filled = exports.LocationSettings28Regular = exports.LocationSettings24Filled = exports.LocationSettings24Regular = exports.LocationSettings20Filled = exports.LocationSettings20Regular = exports.LocationSettingsRegular = exports.LocationSettingsFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.LocationSettingsFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettingsFilled", "", 2, undefined));
|
|
exports.LocationSettingsRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettingsRegular", "", 2, undefined));
|
|
exports.LocationSettings20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettings20Regular", "", 1, 20));
|
|
exports.LocationSettings20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettings20Filled", "", 0, 20));
|
|
exports.LocationSettings24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettings24Regular", "", 1, 24));
|
|
exports.LocationSettings24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettings24Filled", "", 0, 24));
|
|
exports.LocationSettings28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettings28Regular", "", 1, 28));
|
|
exports.LocationSettings28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettings28Filled", "", 0, 28));
|
|
exports.LocationSettings48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettings48Regular", "", 1, 48));
|
|
exports.LocationSettings48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("LocationSettings48Filled", "", 0, 48));
|