@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 891 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StepsFilled = ( /*#__PURE__*/createFluentFontIcon("StepsFilled", "", 2, undefined));
export const StepsRegular = ( /*#__PURE__*/createFluentFontIcon("StepsRegular", "", 2, undefined));
export const Steps16Regular = ( /*#__PURE__*/createFluentFontIcon("Steps16Regular", "", 1, 16));
export const Steps16Filled = ( /*#__PURE__*/createFluentFontIcon("Steps16Filled", "", 0, 16));
export const Steps20Regular = ( /*#__PURE__*/createFluentFontIcon("Steps20Regular", "", 1, 20));
export const Steps20Filled = ( /*#__PURE__*/createFluentFontIcon("Steps20Filled", "", 0, 20));
export const Steps24Regular = ( /*#__PURE__*/createFluentFontIcon("Steps24Regular", "", 1, 24));
export const Steps24Filled = ( /*#__PURE__*/createFluentFontIcon("Steps24Filled", "", 0, 24));