@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 559 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WarningShieldFilled = ( /*#__PURE__*/createFluentFontIcon("WarningShieldFilled", "", 2, undefined));
export const WarningShieldRegular = ( /*#__PURE__*/createFluentFontIcon("WarningShieldRegular", "", 2, undefined));
export const WarningShield20Regular = ( /*#__PURE__*/createFluentFontIcon("WarningShield20Regular", "", 1, 20));
export const WarningShield20Filled = ( /*#__PURE__*/createFluentFontIcon("WarningShield20Filled", "", 0, 20));