@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.8 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ArrowDownloadOffFilled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOffFilled", "", 2, undefined));
export const ArrowDownloadOffRegular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOffRegular", "", 2, undefined));
export const ArrowDownloadOff16Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff16Regular", "", 1, 16));
export const ArrowDownloadOff16Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff16Filled", "", 0, 16));
export const ArrowDownloadOff20Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff20Regular", "", 1, 20));
export const ArrowDownloadOff20Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff20Filled", "", 0, 20));
export const ArrowDownloadOff24Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff24Regular", "", 1, 24));
export const ArrowDownloadOff24Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff24Filled", "", 0, 24));
export const ArrowDownloadOff28Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff28Regular", "", 1, 28));
export const ArrowDownloadOff28Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff28Filled", "", 0, 28));
export const ArrowDownloadOff32Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff32Regular", "", 1, 32));
export const ArrowDownloadOff32Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff32Filled", "", 0, 32));
export const ArrowDownloadOff48Regular = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff48Regular", "", 1, 48));
export const ArrowDownloadOff48Filled = ( /*#__PURE__*/createFluentFontIcon("ArrowDownloadOff48Filled", "", 0, 48));