@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
22 lines (21 loc) • 2.5 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Shield48Filled = exports.Shield48Regular = exports.Shield32Filled = exports.Shield32Regular = exports.Shield28Filled = exports.Shield28Regular = exports.Shield24Filled = exports.Shield24Regular = exports.Shield20Filled = exports.Shield20Regular = exports.Shield16Filled = exports.Shield16Regular = exports.Shield12Filled = exports.Shield12Regular = exports.ShieldRegular = exports.ShieldFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ShieldFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldFilled", "", 2, undefined));
exports.ShieldRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldRegular", "", 2, undefined));
exports.Shield12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield12Regular", "", 1, 12));
exports.Shield12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield12Filled", "", 0, 12));
exports.Shield16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield16Regular", "", 1, 16));
exports.Shield16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield16Filled", "", 0, 16));
exports.Shield20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield20Regular", "", 1, 20));
exports.Shield20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield20Filled", "", 0, 20));
exports.Shield24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield24Regular", "", 1, 24));
exports.Shield24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield24Filled", "", 0, 24));
exports.Shield28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield28Regular", "", 1, 28));
exports.Shield28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield28Filled", "", 0, 28));
exports.Shield32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield32Regular", "", 1, 32));
exports.Shield32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield32Filled", "", 0, 32));
exports.Shield48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield48Regular", "", 1, 48));
exports.Shield48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Shield48Filled", "", 0, 48));