11 lines
955 B
JavaScript
11 lines
955 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FoodToastFilled = ( /*#__PURE__*/createFluentFontIcon("FoodToastFilled", "", 2, undefined));
|
|
export const FoodToastRegular = ( /*#__PURE__*/createFluentFontIcon("FoodToastRegular", "", 2, undefined));
|
|
export const FoodToast16Regular = ( /*#__PURE__*/createFluentFontIcon("FoodToast16Regular", "", 1, 16));
|
|
export const FoodToast16Filled = ( /*#__PURE__*/createFluentFontIcon("FoodToast16Filled", "", 0, 16));
|
|
export const FoodToast20Regular = ( /*#__PURE__*/createFluentFontIcon("FoodToast20Regular", "", 1, 20));
|
|
export const FoodToast20Filled = ( /*#__PURE__*/createFluentFontIcon("FoodToast20Filled", "", 0, 20));
|
|
export const FoodToast24Regular = ( /*#__PURE__*/createFluentFontIcon("FoodToast24Regular", "", 1, 24));
|
|
export const FoodToast24Filled = ( /*#__PURE__*/createFluentFontIcon("FoodToast24Filled", "", 0, 24));
|