@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 1.65 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StarFilled = ( /*#__PURE__*/createFluentFontIcon("StarFilled", "", 2, undefined));
export const StarRegular = ( /*#__PURE__*/createFluentFontIcon("StarRegular", "", 2, undefined));
export const Star12Regular = ( /*#__PURE__*/createFluentFontIcon("Star12Regular", "", 1, 12));
export const Star12Filled = ( /*#__PURE__*/createFluentFontIcon("Star12Filled", "", 0, 12));
export const Star16Regular = ( /*#__PURE__*/createFluentFontIcon("Star16Regular", "", 1, 16));
export const Star16Filled = ( /*#__PURE__*/createFluentFontIcon("Star16Filled", "", 0, 16));
export const Star20Regular = ( /*#__PURE__*/createFluentFontIcon("Star20Regular", "", 1, 20));
export const Star20Filled = ( /*#__PURE__*/createFluentFontIcon("Star20Filled", "", 0, 20));
export const Star24Regular = ( /*#__PURE__*/createFluentFontIcon("Star24Regular", "", 1, 24));
export const Star24Filled = ( /*#__PURE__*/createFluentFontIcon("Star24Filled", "", 0, 24));
export const Star28Regular = ( /*#__PURE__*/createFluentFontIcon("Star28Regular", "", 1, 28));
export const Star28Filled = ( /*#__PURE__*/createFluentFontIcon("Star28Filled", "", 0, 28));
export const Star32Regular = ( /*#__PURE__*/createFluentFontIcon("Star32Regular", "", 1, 32));
export const Star32Filled = ( /*#__PURE__*/createFluentFontIcon("Star32Filled", "", 0, 32));
export const Star48Regular = ( /*#__PURE__*/createFluentFontIcon("Star48Regular", "", 1, 48));
export const Star48Filled = ( /*#__PURE__*/createFluentFontIcon("Star48Filled", "", 0, 48));