@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.14 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShieldBadge24Filled = exports.ShieldBadge24Regular = exports.ShieldBadge20Filled = exports.ShieldBadge20Regular = exports.ShieldBadgeRegular = exports.ShieldBadgeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ShieldBadgeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldBadgeFilled", "", 2, undefined));
exports.ShieldBadgeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldBadgeRegular", "", 2, undefined));
exports.ShieldBadge20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldBadge20Regular", "", 1, 20));
exports.ShieldBadge20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldBadge20Filled", "", 0, 20));
exports.ShieldBadge24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldBadge24Regular", "", 1, 24));
exports.ShieldBadge24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldBadge24Filled", "", 0, 24));