@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.1 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextBulletListTreeFilled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListTreeFilled", "", 2, undefined));
export const TextBulletListTreeRegular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListTreeRegular", "", 2, undefined));
export const TextBulletListTree16Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListTree16Regular", "", 1, 16));
export const TextBulletListTree16Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListTree16Filled", "", 0, 16));
export const TextBulletListTree20Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListTree20Regular", "", 1, 20));
export const TextBulletListTree20Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListTree20Filled", "", 0, 20));
export const TextBulletListTree24Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListTree24Regular", "", 1, 24));
export const TextBulletListTree24Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListTree24Filled", "", 0, 24));