9 lines
765 B
JavaScript
9 lines
765 B
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const DrinkBottleFilled = ( /*#__PURE__*/createFluentFontIcon("DrinkBottleFilled", "", 2, undefined));
|
|
export const DrinkBottleRegular = ( /*#__PURE__*/createFluentFontIcon("DrinkBottleRegular", "", 2, undefined));
|
|
export const DrinkBottle20Regular = ( /*#__PURE__*/createFluentFontIcon("DrinkBottle20Regular", "", 1, 20));
|
|
export const DrinkBottle20Filled = ( /*#__PURE__*/createFluentFontIcon("DrinkBottle20Filled", "", 0, 20));
|
|
export const DrinkBottle32Regular = ( /*#__PURE__*/createFluentFontIcon("DrinkBottle32Regular", "", 1, 32));
|
|
export const DrinkBottle32Filled = ( /*#__PURE__*/createFluentFontIcon("DrinkBottle32Filled", "", 0, 32));
|