UNPKG

@fluentui/react-icons

Version:

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

13 lines (12 loc) 1.07 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const OvenFilled = ( /*#__PURE__*/createFluentFontIcon("OvenFilled", "", 2, undefined)); export const OvenRegular = ( /*#__PURE__*/createFluentFontIcon("OvenRegular", "", 2, undefined)); export const Oven20Regular = ( /*#__PURE__*/createFluentFontIcon("Oven20Regular", "", 1, 20)); export const Oven20Filled = ( /*#__PURE__*/createFluentFontIcon("Oven20Filled", "", 0, 20)); export const Oven24Regular = ( /*#__PURE__*/createFluentFontIcon("Oven24Regular", "", 1, 24)); export const Oven24Filled = ( /*#__PURE__*/createFluentFontIcon("Oven24Filled", "", 0, 24)); export const Oven32Regular = ( /*#__PURE__*/createFluentFontIcon("Oven32Regular", "", 1, 32)); export const Oven32Filled = ( /*#__PURE__*/createFluentFontIcon("Oven32Filled", "", 0, 32)); export const Oven48Regular = ( /*#__PURE__*/createFluentFontIcon("Oven48Regular", "", 1, 48)); export const Oven48Filled = ( /*#__PURE__*/createFluentFontIcon("Oven48Filled", "", 0, 48));