@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 837 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DecimalArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRightFilled", "", 2, undefined));
export const DecimalArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRightRegular", "", 2, undefined));
export const DecimalArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight20Regular", "", 1, 20));
export const DecimalArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight20Filled", "", 0, 20));
export const DecimalArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight24Regular", "", 1, 24));
export const DecimalArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight24Filled", "", 0, 24));