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

7 lines
575 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const IosChevronRightFilled = ( /*#__PURE__*/createFluentFontIcon("IosChevronRightFilled", "", 2, undefined));
export const IosChevronRightRegular = ( /*#__PURE__*/createFluentFontIcon("IosChevronRightRegular", "", 2, undefined));
export const IosChevronRight20Regular = ( /*#__PURE__*/createFluentFontIcon("IosChevronRight20Regular", "", 1, 20));
export const IosChevronRight20Filled = ( /*#__PURE__*/createFluentFontIcon("IosChevronRight20Filled", "", 0, 20));