@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.73 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentBulletListCube24Filled = exports.DocumentBulletListCube24Regular = exports.DocumentBulletListCube20Filled = exports.DocumentBulletListCube20Regular = exports.DocumentBulletListCube16Filled = exports.DocumentBulletListCube16Regular = exports.DocumentBulletListCubeRegular = exports.DocumentBulletListCubeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DocumentBulletListCubeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListCubeFilled", "", 2, undefined));
exports.DocumentBulletListCubeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListCubeRegular", "", 2, undefined));
exports.DocumentBulletListCube16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListCube16Regular", "", 1, 16));
exports.DocumentBulletListCube16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListCube16Filled", "", 0, 16));
exports.DocumentBulletListCube20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListCube20Regular", "", 1, 20));
exports.DocumentBulletListCube20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListCube20Filled", "", 0, 20));
exports.DocumentBulletListCube24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListCube24Regular", "", 1, 24));
exports.DocumentBulletListCube24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListCube24Filled", "", 0, 24));