Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/star-one-quarter.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

15 lines
1.5 KiB
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));