11 lines
875 B
JavaScript
11 lines
875 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FireFilled = ( /*#__PURE__*/createFluentFontIcon("FireFilled", "", 2, undefined));
|
|
export const FireRegular = ( /*#__PURE__*/createFluentFontIcon("FireRegular", "", 2, undefined));
|
|
export const Fire16Regular = ( /*#__PURE__*/createFluentFontIcon("Fire16Regular", "", 1, 16));
|
|
export const Fire16Filled = ( /*#__PURE__*/createFluentFontIcon("Fire16Filled", "", 0, 16));
|
|
export const Fire20Regular = ( /*#__PURE__*/createFluentFontIcon("Fire20Regular", "", 1, 20));
|
|
export const Fire20Filled = ( /*#__PURE__*/createFluentFontIcon("Fire20Filled", "", 0, 20));
|
|
export const Fire24Regular = ( /*#__PURE__*/createFluentFontIcon("Fire24Regular", "", 1, 24));
|
|
export const Fire24Filled = ( /*#__PURE__*/createFluentFontIcon("Fire24Filled", "", 0, 24));
|