@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.5 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StarOneQuarterFilled = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarterFilled", "", 2, undefined));
export const StarOneQuarterRegular = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarterRegular", "", 2, undefined));
export const StarOneQuarter12Regular = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter12Regular", "", 1, 12));
export const StarOneQuarter12Filled = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter12Filled", "", 0, 12));
export const StarOneQuarter16Regular = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter16Regular", "", 1, 16));
export const StarOneQuarter16Filled = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter16Filled", "", 0, 16));
export const StarOneQuarter20Regular = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter20Regular", "", 1, 20));
export const StarOneQuarter20Filled = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter20Filled", "", 0, 20));
export const StarOneQuarter24Regular = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter24Regular", "", 1, 24));
export const StarOneQuarter24Filled = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter24Filled", "", 0, 24));
export const StarOneQuarter28Regular = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter28Regular", "", 1, 28));
export const StarOneQuarter28Filled = ( /*#__PURE__*/createFluentFontIcon("StarOneQuarter28Filled", "", 0, 28));