@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.55 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StarThreeQuarterFilled = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarterFilled", "", 2, undefined));
export const StarThreeQuarterRegular = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarterRegular", "", 2, undefined));
export const StarThreeQuarter12Regular = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter12Regular", "", 1, 12));
export const StarThreeQuarter12Filled = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter12Filled", "", 0, 12));
export const StarThreeQuarter16Regular = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter16Regular", "", 1, 16));
export const StarThreeQuarter16Filled = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter16Filled", "", 0, 16));
export const StarThreeQuarter20Regular = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter20Regular", "", 1, 20));
export const StarThreeQuarter20Filled = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter20Filled", "", 0, 20));
export const StarThreeQuarter24Regular = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter24Regular", "", 1, 24));
export const StarThreeQuarter24Filled = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter24Filled", "", 0, 24));
export const StarThreeQuarter28Regular = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter28Regular", "", 1, 28));
export const StarThreeQuarter28Filled = ( /*#__PURE__*/createFluentFontIcon("StarThreeQuarter28Filled", "", 0, 28));