@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
18 lines (17 loc) • 1.82 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowDownloadFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadFilled", "", 2, undefined));
export const ArrowDownloadRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadRegular", "", 2, undefined));
export const ArrowDownload16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload16Regular", "", 1, 16));
export const ArrowDownload16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload16Filled", "", 0, 16));
export const ArrowDownload20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload20Regular", "", 1, 20));
export const ArrowDownload20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload20Filled", "", 0, 20));
export const ArrowDownload24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload24Regular", "", 1, 24));
export const ArrowDownload24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload24Filled", "", 0, 24));
export const ArrowDownload28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload28Regular", "", 1, 28));
export const ArrowDownload28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload28Filled", "", 0, 28));
export const ArrowDownload32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload32Regular", "", 1, 32));
export const ArrowDownload32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload32Filled", "", 0, 32));
export const ArrowDownload32Light = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload32Light", "", 3, 32));
export const ArrowDownload48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload48Regular", "", 1, 48));
export const ArrowDownload48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownload48Filled", "", 0, 48));