UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

13 lines (12 loc) 1.27 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ShieldQuestionFilled = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestionFilled", "", 2, undefined)); export const ShieldQuestionRegular = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestionRegular", "", 2, undefined)); export const ShieldQuestion16Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestion16Regular", "", 1, 16)); export const ShieldQuestion16Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestion16Filled", "", 0, 16)); export const ShieldQuestion20Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestion20Regular", "", 1, 20)); export const ShieldQuestion20Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestion20Filled", "", 0, 20)); export const ShieldQuestion24Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestion24Regular", "", 1, 24)); export const ShieldQuestion24Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestion24Filled", "", 0, 24)); export const ShieldQuestion32Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestion32Regular", "", 1, 32)); export const ShieldQuestion32Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldQuestion32Filled", "", 0, 32));