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

9 lines
861 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StarArrowRightStartFilled = ( /*#__PURE__*/createFluentFontIcon("StarArrowRightStartFilled", "", 2, undefined));
export const StarArrowRightStartRegular = ( /*#__PURE__*/createFluentFontIcon("StarArrowRightStartRegular", "", 2, undefined));
export const StarArrowRightStart20Regular = ( /*#__PURE__*/createFluentFontIcon("StarArrowRightStart20Regular", "", 1, 20));
export const StarArrowRightStart20Filled = ( /*#__PURE__*/createFluentFontIcon("StarArrowRightStart20Filled", "", 0, 20));
export const StarArrowRightStart24Regular = ( /*#__PURE__*/createFluentFontIcon("StarArrowRightStart24Regular", "", 1, 24));
export const StarArrowRightStart24Filled = ( /*#__PURE__*/createFluentFontIcon("StarArrowRightStart24Filled", "", 0, 24));