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

9 lines
861 B
JavaScript

"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DrawerArrowDownloadFilled = ( /*#__PURE__*/createFluentFontIcon("DrawerArrowDownloadFilled", "", 2, undefined));
export const DrawerArrowDownloadRegular = ( /*#__PURE__*/createFluentFontIcon("DrawerArrowDownloadRegular", "", 2, undefined));
export const DrawerArrowDownload20Regular = ( /*#__PURE__*/createFluentFontIcon("DrawerArrowDownload20Regular", "", 1, 20));
export const DrawerArrowDownload20Filled = ( /*#__PURE__*/createFluentFontIcon("DrawerArrowDownload20Filled", "", 0, 20));
export const DrawerArrowDownload24Regular = ( /*#__PURE__*/createFluentFontIcon("DrawerArrowDownload24Regular", "", 1, 24));
export const DrawerArrowDownload24Filled = ( /*#__PURE__*/createFluentFontIcon("DrawerArrowDownload24Filled", "", 0, 24));