UNPKG

@fluentui/react-icons

Version:

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

19 lines (18 loc) 1.72 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const ShieldFilled = ( /*#__PURE__*/createFluentFontIcon("ShieldFilled", "", 2, undefined)); export const ShieldRegular = ( /*#__PURE__*/createFluentFontIcon("ShieldRegular", "", 2, undefined)); export const Shield12Regular = ( /*#__PURE__*/createFluentFontIcon("Shield12Regular", "", 1, 12)); export const Shield12Filled = ( /*#__PURE__*/createFluentFontIcon("Shield12Filled", "", 0, 12)); export const Shield16Regular = ( /*#__PURE__*/createFluentFontIcon("Shield16Regular", "", 1, 16)); export const Shield16Filled = ( /*#__PURE__*/createFluentFontIcon("Shield16Filled", "", 0, 16)); export const Shield20Regular = ( /*#__PURE__*/createFluentFontIcon("Shield20Regular", "", 1, 20)); export const Shield20Filled = ( /*#__PURE__*/createFluentFontIcon("Shield20Filled", "", 0, 20)); export const Shield24Regular = ( /*#__PURE__*/createFluentFontIcon("Shield24Regular", "", 1, 24)); export const Shield24Filled = ( /*#__PURE__*/createFluentFontIcon("Shield24Filled", "", 0, 24)); export const Shield28Regular = ( /*#__PURE__*/createFluentFontIcon("Shield28Regular", "", 1, 28)); export const Shield28Filled = ( /*#__PURE__*/createFluentFontIcon("Shield28Filled", "", 0, 28)); export const Shield32Regular = ( /*#__PURE__*/createFluentFontIcon("Shield32Regular", "", 1, 32)); export const Shield32Filled = ( /*#__PURE__*/createFluentFontIcon("Shield32Filled", "", 0, 32)); export const Shield48Regular = ( /*#__PURE__*/createFluentFontIcon("Shield48Regular", "", 1, 48)); export const Shield48Filled = ( /*#__PURE__*/createFluentFontIcon("Shield48Filled", "", 0, 48));