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

15 lines
1.3 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StarOffFilled = ( /*#__PURE__*/createFluentFontIcon("StarOffFilled", "", 2, undefined));
export const StarOffRegular = ( /*#__PURE__*/createFluentFontIcon("StarOffRegular", "", 2, undefined));
export const StarOff12Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff12Regular", "", 1, 12));
export const StarOff12Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff12Filled", "", 0, 12));
export const StarOff16Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff16Regular", "", 1, 16));
export const StarOff16Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff16Filled", "", 0, 16));
export const StarOff20Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff20Regular", "", 1, 20));
export const StarOff20Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff20Filled", "", 0, 20));
export const StarOff24Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff24Regular", "", 1, 24));
export const StarOff24Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff24Filled", "", 0, 24));
export const StarOff28Regular = ( /*#__PURE__*/createFluentFontIcon("StarOff28Regular", "", 1, 28));
export const StarOff28Filled = ( /*#__PURE__*/createFluentFontIcon("StarOff28Filled", "", 0, 28));