@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
15 lines (14 loc) • 1.55 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowStepInRightFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRightFilled", "", 2, undefined));
export const ArrowStepInRightRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRightRegular", "", 2, undefined));
export const ArrowStepInRight12Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight12Regular", "", 1, 12));
export const ArrowStepInRight12Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight12Filled", "", 0, 12));
export const ArrowStepInRight16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight16Regular", "", 1, 16));
export const ArrowStepInRight16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight16Filled", "", 0, 16));
export const ArrowStepInRight20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight20Regular", "", 1, 20));
export const ArrowStepInRight20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight20Filled", "", 0, 20));
export const ArrowStepInRight24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight24Regular", "", 1, 24));
export const ArrowStepInRight24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight24Filled", "", 0, 24));
export const ArrowStepInRight28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight28Regular", "", 1, 28));
export const ArrowStepInRight28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInRight28Filled", "", 0, 28));