9 lines
729 B
JavaScript
9 lines
729 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const FoodFishFilled = ( /*#__PURE__*/createFluentFontIcon("FoodFishFilled", "", 2, undefined));
|
|
export const FoodFishRegular = ( /*#__PURE__*/createFluentFontIcon("FoodFishRegular", "", 2, undefined));
|
|
export const FoodFish20Regular = ( /*#__PURE__*/createFluentFontIcon("FoodFish20Regular", "", 1, 20));
|
|
export const FoodFish20Filled = ( /*#__PURE__*/createFluentFontIcon("FoodFish20Filled", "", 0, 20));
|
|
export const FoodFish24Regular = ( /*#__PURE__*/createFluentFontIcon("FoodFish24Regular", "", 1, 24));
|
|
export const FoodFish24Filled = ( /*#__PURE__*/createFluentFontIcon("FoodFish24Filled", "", 0, 24));
|