14 lines
1.4 KiB
JavaScript
14 lines
1.4 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.GlobeShield48Filled = exports.GlobeShield48Regular = exports.GlobeShield24Filled = exports.GlobeShield24Regular = exports.GlobeShield20Filled = exports.GlobeShield20Regular = exports.GlobeShieldRegular = exports.GlobeShieldFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.GlobeShieldFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeShieldFilled", "", 2, undefined));
|
|
exports.GlobeShieldRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeShieldRegular", "", 2, undefined));
|
|
exports.GlobeShield20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeShield20Regular", "", 1, 20));
|
|
exports.GlobeShield20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeShield20Filled", "", 0, 20));
|
|
exports.GlobeShield24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeShield24Regular", "", 1, 24));
|
|
exports.GlobeShield24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeShield24Filled", "", 0, 24));
|
|
exports.GlobeShield48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeShield48Regular", "", 1, 48));
|
|
exports.GlobeShield48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("GlobeShield48Filled", "", 0, 48));
|