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

7 lines
535 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowEjectFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowEjectFilled", "", 2, undefined));
export const ArrowEjectRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowEjectRegular", "", 2, undefined));
export const ArrowEject20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowEject20Regular", "", 1, 20));
export const ArrowEject20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowEject20Filled", "", 0, 20));