@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.51 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TrophyFilled = ( /*#__PURE__*/createFluentFontIcon("TrophyFilled", "", 2, undefined));
export const TrophyRegular = ( /*#__PURE__*/createFluentFontIcon("TrophyRegular", "", 2, undefined));
export const Trophy16Regular = ( /*#__PURE__*/createFluentFontIcon("Trophy16Regular", "", 1, 16));
export const Trophy16Filled = ( /*#__PURE__*/createFluentFontIcon("Trophy16Filled", "", 0, 16));
export const Trophy20Regular = ( /*#__PURE__*/createFluentFontIcon("Trophy20Regular", "", 1, 20));
export const Trophy20Filled = ( /*#__PURE__*/createFluentFontIcon("Trophy20Filled", "", 0, 20));
export const Trophy24Regular = ( /*#__PURE__*/createFluentFontIcon("Trophy24Regular", "", 1, 24));
export const Trophy24Filled = ( /*#__PURE__*/createFluentFontIcon("Trophy24Filled", "", 0, 24));
export const Trophy28Regular = ( /*#__PURE__*/createFluentFontIcon("Trophy28Regular", "", 1, 28));
export const Trophy28Filled = ( /*#__PURE__*/createFluentFontIcon("Trophy28Filled", "", 0, 28));
export const Trophy32Regular = ( /*#__PURE__*/createFluentFontIcon("Trophy32Regular", "", 1, 32));
export const Trophy32Filled = ( /*#__PURE__*/createFluentFontIcon("Trophy32Filled", "", 0, 32));
export const Trophy48Regular = ( /*#__PURE__*/createFluentFontIcon("Trophy48Regular", "", 1, 48));
export const Trophy48Filled = ( /*#__PURE__*/createFluentFontIcon("Trophy48Filled", "", 0, 48));