Private
Public Access
1
0
Files

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));