@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
19 lines (18 loc) • 1.84 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowRightFilled", "", 2, undefined));
export const ArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowRightRegular", "", 2, undefined));
export const ArrowRight12Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRight12Regular", "", 1, 12));
export const ArrowRight12Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRight12Filled", "", 0, 12));
export const ArrowRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRight16Regular", "", 1, 16));
export const ArrowRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRight16Filled", "", 0, 16));
export const ArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRight20Regular", "", 1, 20));
export const ArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRight20Filled", "", 0, 20));
export const ArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRight24Regular", "", 1, 24));
export const ArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRight24Filled", "", 0, 24));
export const ArrowRight28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRight28Regular", "", 1, 28));
export const ArrowRight28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRight28Filled", "", 0, 28));
export const ArrowRight32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRight32Regular", "", 1, 32));
export const ArrowRight32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRight32Filled", "", 0, 32));
export const ArrowRight48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowRight48Regular", "", 1, 48));
export const ArrowRight48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowRight48Filled", "", 0, 48));