@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.63 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PersonStarFilled = ( /*#__PURE__*/createFluentFontIcon("PersonStarFilled", "", 2, undefined));
export const PersonStarRegular = ( /*#__PURE__*/createFluentFontIcon("PersonStarRegular", "", 2, undefined));
export const PersonStar16Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStar16Regular", "", 1, 16));
export const PersonStar16Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStar16Filled", "", 0, 16));
export const PersonStar20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStar20Regular", "", 1, 20));
export const PersonStar20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStar20Filled", "", 0, 20));
export const PersonStar24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStar24Regular", "", 1, 24));
export const PersonStar24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStar24Filled", "", 0, 24));
export const PersonStar28Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStar28Regular", "", 1, 28));
export const PersonStar28Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStar28Filled", "", 0, 28));
export const PersonStar32Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStar32Regular", "", 1, 32));
export const PersonStar32Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStar32Filled", "", 0, 32));
export const PersonStar48Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStar48Regular", "", 1, 48));
export const PersonStar48Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStar48Filled", "", 0, 48));