@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.46 kB
JavaScript
"use client";
;
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));