@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 769 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const ListBarTreeFilled = ( /*#__PURE__*/createFluentFontIcon("ListBarTreeFilled", "", 2, undefined));
export const ListBarTreeRegular = ( /*#__PURE__*/createFluentFontIcon("ListBarTreeRegular", "", 2, undefined));
export const ListBarTree16Regular = ( /*#__PURE__*/createFluentFontIcon("ListBarTree16Regular", "", 1, 16));
export const ListBarTree16Filled = ( /*#__PURE__*/createFluentFontIcon("ListBarTree16Filled", "", 0, 16));
export const ListBarTree20Regular = ( /*#__PURE__*/createFluentFontIcon("ListBarTree20Regular", "", 1, 20));
export const ListBarTree20Filled = ( /*#__PURE__*/createFluentFontIcon("ListBarTree20Filled", "", 0, 20));