@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 769 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowSprintFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowSprintFilled", "", 2, undefined));
export const ArrowSprintRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowSprintRegular", "", 2, undefined));
export const ArrowSprint16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSprint16Regular", "", 1, 16));
export const ArrowSprint16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSprint16Filled", "", 0, 16));
export const ArrowSprint20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowSprint20Regular", "", 1, 20));
export const ArrowSprint20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowSprint20Filled", "", 0, 20));