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

9 lines
873 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DualScreenArrowRightFilled = ( /*#__PURE__*/createFluentFontIcon("DualScreenArrowRightFilled", "", 2, undefined));
export const DualScreenArrowRightRegular = ( /*#__PURE__*/createFluentFontIcon("DualScreenArrowRightRegular", "", 2, undefined));
export const DualScreenArrowRight20Regular = ( /*#__PURE__*/createFluentFontIcon("DualScreenArrowRight20Regular", "", 1, 20));
export const DualScreenArrowRight20Filled = ( /*#__PURE__*/createFluentFontIcon("DualScreenArrowRight20Filled", "", 0, 20));
export const DualScreenArrowRight24Regular = ( /*#__PURE__*/createFluentFontIcon("DualScreenArrowRight24Regular", "", 1, 24));
export const DualScreenArrowRight24Filled = ( /*#__PURE__*/createFluentFontIcon("DualScreenArrowRight24Filled", "", 0, 24));