@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 809 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.InfoShield20Filled = exports.InfoShield20Regular = exports.InfoShieldRegular = exports.InfoShieldFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.InfoShieldFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoShieldFilled", "", 2, undefined));
exports.InfoShieldRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoShieldRegular", "", 2, undefined));
exports.InfoShield20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoShield20Regular", "", 1, 20));
exports.InfoShield20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("InfoShield20Filled", "", 0, 20));