UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 693 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const TeddyFilled = ( /*#__PURE__*/createFluentFontIcon("TeddyFilled", "", 2, undefined)); export const TeddyRegular = ( /*#__PURE__*/createFluentFontIcon("TeddyRegular", "", 2, undefined)); export const Teddy20Regular = ( /*#__PURE__*/createFluentFontIcon("Teddy20Regular", "", 1, 20)); export const Teddy20Filled = ( /*#__PURE__*/createFluentFontIcon("Teddy20Filled", "", 0, 20)); export const Teddy24Regular = ( /*#__PURE__*/createFluentFontIcon("Teddy24Regular", "", 1, 24)); export const Teddy24Filled = ( /*#__PURE__*/createFluentFontIcon("Teddy24Filled", "", 0, 24));