@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.77 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const PersonStarburstFilled = ( /*#__PURE__*/createFluentFontIcon("PersonStarburstFilled", "", 2, undefined));
export const PersonStarburstRegular = ( /*#__PURE__*/createFluentFontIcon("PersonStarburstRegular", "", 2, undefined));
export const PersonStarburst16Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst16Regular", "", 1, 16));
export const PersonStarburst16Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst16Filled", "", 0, 16));
export const PersonStarburst20Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst20Regular", "", 1, 20));
export const PersonStarburst20Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst20Filled", "", 0, 20));
export const PersonStarburst24Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst24Regular", "", 1, 24));
export const PersonStarburst24Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst24Filled", "", 0, 24));
export const PersonStarburst28Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst28Regular", "", 1, 28));
export const PersonStarburst28Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst28Filled", "", 0, 28));
export const PersonStarburst32Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst32Regular", "", 1, 32));
export const PersonStarburst32Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst32Filled", "", 0, 32));
export const PersonStarburst48Regular = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst48Regular", "", 1, 48));
export const PersonStarburst48Filled = ( /*#__PURE__*/createFluentFontIcon("PersonStarburst48Filled", "", 0, 48));