Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib-cjs/atoms/fonts/shield-badge.js

12 lines
1.1 KiB
JavaScript

"use client";
"use strict";
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));