UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

13 lines (12 loc) 1.27 kB
"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));