7 lines
551 B
JavaScript
7 lines
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));
|