Private
Public Access
1
0
Files
power-apps-codeapps-blog-part2/node_modules/@fluentui/react-icons/lib/atoms/fonts/stack-arrow-forward.js

9 lines
837 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const StackArrowForwardFilled = ( /*#__PURE__*/createFluentFontIcon("StackArrowForwardFilled", "", 2, undefined));
export const StackArrowForwardRegular = ( /*#__PURE__*/createFluentFontIcon("StackArrowForwardRegular", "", 2, undefined));
export const StackArrowForward20Regular = ( /*#__PURE__*/createFluentFontIcon("StackArrowForward20Regular", "", 1, 20));
export const StackArrowForward20Filled = ( /*#__PURE__*/createFluentFontIcon("StackArrowForward20Filled", "", 0, 20));
export const StackArrowForward24Regular = ( /*#__PURE__*/createFluentFontIcon("StackArrowForward24Regular", "", 1, 24));
export const StackArrowForward24Filled = ( /*#__PURE__*/createFluentFontIcon("StackArrowForward24Filled", "", 0, 24));