UNPKG

@fluentui/react-icons

Version:

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

9 lines (8 loc) 781 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const DocumentCubeFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentCubeFilled", "", 2, undefined)); export const DocumentCubeRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentCubeRegular", "", 2, undefined)); export const DocumentCube20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentCube20Regular", "󰌼", 1, 20)); export const DocumentCube20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentCube20Filled", "󰍏", 0, 20)); export const DocumentCube24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentCube24Regular", "󰌽", 1, 24)); export const DocumentCube24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentCube24Filled", "󰍐", 0, 24));