@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
17 lines (16 loc) • 1.71 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const FolderArrowUpFilled = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUpFilled", "", 2, undefined));
export const FolderArrowUpRegular = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUpRegular", "", 2, undefined));
export const FolderArrowUp16Regular = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp16Regular", "", 1, 16));
export const FolderArrowUp16Filled = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp16Filled", "", 0, 16));
export const FolderArrowUp20Regular = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp20Regular", "", 1, 20));
export const FolderArrowUp20Filled = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp20Filled", "", 0, 20));
export const FolderArrowUp24Regular = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp24Regular", "", 1, 24));
export const FolderArrowUp24Filled = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp24Filled", "", 0, 24));
export const FolderArrowUp28Regular = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp28Regular", "", 1, 28));
export const FolderArrowUp28Filled = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp28Filled", "", 0, 28));
export const FolderArrowUp32Regular = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp32Regular", "", 1, 32));
export const FolderArrowUp32Filled = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp32Filled", "", 0, 32));
export const FolderArrowUp48Regular = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp48Regular", "", 1, 48));
export const FolderArrowUp48Filled = ( /*#__PURE__*/createFluentFontIcon("FolderArrowUp48Filled", "", 0, 48));