@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 765 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ShieldBadgeFilled = ( /*#__PURE__*/createFluentFontIcon("ShieldBadgeFilled", "", 2, undefined));
export const ShieldBadgeRegular = ( /*#__PURE__*/createFluentFontIcon("ShieldBadgeRegular", "", 2, undefined));
export const ShieldBadge20Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldBadge20Regular", "", 1, 20));
export const ShieldBadge20Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldBadge20Filled", "", 0, 20));
export const ShieldBadge24Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldBadge24Regular", "", 1, 24));
export const ShieldBadge24Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldBadge24Filled", "", 0, 24));