13 lines
1.0 KiB
JavaScript
13 lines
1.0 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const OvenFilled = ( /*#__PURE__*/createFluentFontIcon("OvenFilled", "", 2, undefined));
|
|
export const OvenRegular = ( /*#__PURE__*/createFluentFontIcon("OvenRegular", "", 2, undefined));
|
|
export const Oven20Regular = ( /*#__PURE__*/createFluentFontIcon("Oven20Regular", "", 1, 20));
|
|
export const Oven20Filled = ( /*#__PURE__*/createFluentFontIcon("Oven20Filled", "", 0, 20));
|
|
export const Oven24Regular = ( /*#__PURE__*/createFluentFontIcon("Oven24Regular", "", 1, 24));
|
|
export const Oven24Filled = ( /*#__PURE__*/createFluentFontIcon("Oven24Filled", "", 0, 24));
|
|
export const Oven32Regular = ( /*#__PURE__*/createFluentFontIcon("Oven32Regular", "", 1, 32));
|
|
export const Oven32Filled = ( /*#__PURE__*/createFluentFontIcon("Oven32Filled", "", 0, 32));
|
|
export const Oven48Regular = ( /*#__PURE__*/createFluentFontIcon("Oven48Regular", "", 1, 48));
|
|
export const Oven48Filled = ( /*#__PURE__*/createFluentFontIcon("Oven48Filled", "", 0, 48));
|