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