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

9 lines
837 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DecimalArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRightFilled", "", 2, undefined));
export const DecimalArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRightRegular", "", 2, undefined));
export const DecimalArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight20Regular", "", 1, 20));
export const DecimalArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight20Filled", "", 0, 20));
export const DecimalArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight24Regular", "", 1, 24));
export const DecimalArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("DecimalArrowRight24Filled", "", 0, 24));