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