UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 861 B
"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));