@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.63 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextBulletListTree24Filled = exports.TextBulletListTree24Regular = exports.TextBulletListTree20Filled = exports.TextBulletListTree20Regular = exports.TextBulletListTree16Filled = exports.TextBulletListTree16Regular = exports.TextBulletListTreeRegular = exports.TextBulletListTreeFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextBulletListTreeFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListTreeFilled", "", 2, undefined));
exports.TextBulletListTreeRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListTreeRegular", "", 2, undefined));
exports.TextBulletListTree16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListTree16Regular", "", 1, 16));
exports.TextBulletListTree16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListTree16Filled", "", 0, 16));
exports.TextBulletListTree20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListTree20Regular", "", 1, 20));
exports.TextBulletListTree20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListTree20Filled", "", 0, 20));
exports.TextBulletListTree24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListTree24Regular", "", 1, 24));
exports.TextBulletListTree24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListTree24Filled", "", 0, 24));