@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.17 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DocumentBulletListCubeFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListCubeFilled", "", 2, undefined));
export const DocumentBulletListCubeRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListCubeRegular", "", 2, undefined));
export const DocumentBulletListCube16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListCube16Regular", "", 1, 16));
export const DocumentBulletListCube16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListCube16Filled", "", 0, 16));
export const DocumentBulletListCube20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListCube20Regular", "", 1, 20));
export const DocumentBulletListCube20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListCube20Filled", "", 0, 20));
export const DocumentBulletListCube24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListCube24Regular", "", 1, 24));
export const DocumentBulletListCube24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListCube24Filled", "", 0, 24));