@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 1.87 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ShieldQuestion32Filled = exports.ShieldQuestion32Regular = exports.ShieldQuestion24Filled = exports.ShieldQuestion24Regular = exports.ShieldQuestion20Filled = exports.ShieldQuestion20Regular = exports.ShieldQuestion16Filled = exports.ShieldQuestion16Regular = exports.ShieldQuestionRegular = exports.ShieldQuestionFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ShieldQuestionFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestionFilled", "", 2, undefined));
exports.ShieldQuestionRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestionRegular", "", 2, undefined));
exports.ShieldQuestion16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestion16Regular", "", 1, 16));
exports.ShieldQuestion16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestion16Filled", "", 0, 16));
exports.ShieldQuestion20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestion20Regular", "", 1, 20));
exports.ShieldQuestion20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestion20Filled", "", 0, 20));
exports.ShieldQuestion24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestion24Regular", "", 1, 24));
exports.ShieldQuestion24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestion24Filled", "", 0, 24));
exports.ShieldQuestion32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestion32Regular", "", 1, 32));
exports.ShieldQuestion32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ShieldQuestion32Filled", "", 0, 32));