11 lines
891 B
JavaScript
11 lines
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));
|