13 lines
1.2 KiB
JavaScript
13 lines
1.2 KiB
JavaScript
"use client";
|
|
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
|
|
export const BowlChopsticksFilled = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticksFilled", "", 2, undefined));
|
|
export const BowlChopsticksRegular = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticksRegular", "", 2, undefined));
|
|
export const BowlChopsticks16Regular = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticks16Regular", "", 1, 16));
|
|
export const BowlChopsticks16Filled = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticks16Filled", "", 0, 16));
|
|
export const BowlChopsticks20Regular = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticks20Regular", "", 1, 20));
|
|
export const BowlChopsticks20Filled = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticks20Filled", "", 0, 20));
|
|
export const BowlChopsticks24Regular = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticks24Regular", "", 1, 24));
|
|
export const BowlChopsticks24Filled = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticks24Filled", "", 0, 24));
|
|
export const BowlChopsticks28Regular = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticks28Regular", "", 1, 28));
|
|
export const BowlChopsticks28Filled = ( /*#__PURE__*/createFluentFontIcon("BowlChopsticks28Filled", "", 0, 28));
|