9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FlashOffFilled = ( /*#__PURE__*/createFluentFontIcon("FlashOffFilled", "", 2, undefined));
|
|
export const FlashOffRegular = ( /*#__PURE__*/createFluentFontIcon("FlashOffRegular", "", 2, undefined));
|
|
export const FlashOff20Regular = ( /*#__PURE__*/createFluentFontIcon("FlashOff20Regular", "", 1, 20));
|
|
export const FlashOff20Filled = ( /*#__PURE__*/createFluentFontIcon("FlashOff20Filled", "", 0, 20));
|
|
export const FlashOff24Regular = ( /*#__PURE__*/createFluentFontIcon("FlashOff24Regular", "", 1, 24));
|
|
export const FlashOff24Filled = ( /*#__PURE__*/createFluentFontIcon("FlashOff24Filled", "", 0, 24));
|