UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

9 lines (8 loc) 861 B
"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));