9 lines
825 B
JavaScript
9 lines
825 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const ShieldProhibitedFilled = ( /*#__PURE__*/createFluentFontIcon("ShieldProhibitedFilled", "", 2, undefined));
|
|
export const ShieldProhibitedRegular = ( /*#__PURE__*/createFluentFontIcon("ShieldProhibitedRegular", "", 2, undefined));
|
|
export const ShieldProhibited20Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldProhibited20Regular", "", 1, 20));
|
|
export const ShieldProhibited20Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldProhibited20Filled", "", 0, 20));
|
|
export const ShieldProhibited24Regular = ( /*#__PURE__*/createFluentFontIcon("ShieldProhibited24Regular", "", 1, 24));
|
|
export const ShieldProhibited24Filled = ( /*#__PURE__*/createFluentFontIcon("ShieldProhibited24Filled", "", 0, 24));
|