14 lines
1.3 KiB
JavaScript
14 lines
1.3 KiB
JavaScript
"use client";
|
|
"use strict";
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.Step24Filled = exports.Step24Regular = exports.Step20Filled = exports.Step20Regular = exports.Step16Filled = exports.Step16Regular = exports.StepRegular = exports.StepFilled = void 0;
|
|
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
|
|
exports.StepFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StepFilled", "", 2, undefined));
|
|
exports.StepRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("StepRegular", "", 2, undefined));
|
|
exports.Step16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Step16Regular", "", 1, 16));
|
|
exports.Step16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Step16Filled", "", 0, 16));
|
|
exports.Step20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Step20Regular", "", 1, 20));
|
|
exports.Step20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Step20Filled", "", 0, 20));
|
|
exports.Step24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Step24Regular", "", 1, 24));
|
|
exports.Step24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("Step24Filled", "", 0, 24));
|