9 lines
741 B
JavaScript
9 lines
741 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FlashAutoFilled = ( /*#__PURE__*/createFluentFontIcon("FlashAutoFilled", "", 2, undefined));
|
|
export const FlashAutoRegular = ( /*#__PURE__*/createFluentFontIcon("FlashAutoRegular", "", 2, undefined));
|
|
export const FlashAuto20Regular = ( /*#__PURE__*/createFluentFontIcon("FlashAuto20Regular", "", 1, 20));
|
|
export const FlashAuto20Filled = ( /*#__PURE__*/createFluentFontIcon("FlashAuto20Filled", "", 0, 20));
|
|
export const FlashAuto24Regular = ( /*#__PURE__*/createFluentFontIcon("FlashAuto24Regular", "", 1, 24));
|
|
export const FlashAuto24Filled = ( /*#__PURE__*/createFluentFontIcon("FlashAuto24Filled", "", 0, 24));
|