@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 2.28 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ArrowStepInRight28Filled = exports.ArrowStepInRight28Regular = exports.ArrowStepInRight24Filled = exports.ArrowStepInRight24Regular = exports.ArrowStepInRight20Filled = exports.ArrowStepInRight20Regular = exports.ArrowStepInRight16Filled = exports.ArrowStepInRight16Regular = exports.ArrowStepInRight12Filled = exports.ArrowStepInRight12Regular = exports.ArrowStepInRightRegular = exports.ArrowStepInRightFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ArrowStepInRightFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRightFilled", "", 2, undefined));
exports.ArrowStepInRightRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRightRegular", "", 2, undefined));
exports.ArrowStepInRight12Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight12Regular", "", 1, 12));
exports.ArrowStepInRight12Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight12Filled", "", 0, 12));
exports.ArrowStepInRight16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight16Regular", "", 1, 16));
exports.ArrowStepInRight16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight16Filled", "", 0, 16));
exports.ArrowStepInRight20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight20Regular", "", 1, 20));
exports.ArrowStepInRight20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight20Filled", "", 0, 20));
exports.ArrowStepInRight24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight24Regular", "", 1, 24));
exports.ArrowStepInRight24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight24Filled", "", 0, 24));
exports.ArrowStepInRight28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight28Regular", "", 1, 28));
exports.ArrowStepInRight28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ArrowStepInRight28Filled", "", 0, 28));