Files
starface-outlook-sync-addin/node_modules/@fluentui/react-icons/lib/atoms/fonts/arrow-step-in-left.js
T
Stefan Hacker 37ad745546 first commit
2026-04-03 09:38:48 +02:00

15 lines
1.5 KiB
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowStepInLeftFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeftFilled", "", 2, undefined));
export const ArrowStepInLeftRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeftRegular", "", 2, undefined));
export const ArrowStepInLeft12Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft12Regular", "", 1, 12));
export const ArrowStepInLeft12Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft12Filled", "", 0, 12));
export const ArrowStepInLeft16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft16Regular", "", 1, 16));
export const ArrowStepInLeft16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft16Filled", "", 0, 16));
export const ArrowStepInLeft20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft20Regular", "", 1, 20));
export const ArrowStepInLeft20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft20Filled", "", 0, 20));
export const ArrowStepInLeft24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft24Regular", "", 1, 24));
export const ArrowStepInLeft24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft24Filled", "", 0, 24));
export const ArrowStepInLeft28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft28Regular", "", 1, 28));
export const ArrowStepInLeft28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowStepInLeft28Filled", "", 0, 28));