@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
7 lines (6 loc) • 583 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const WindowBulletListFilled = ( /*#__PURE__*/createFluentFontIcon("WindowBulletListFilled", "", 2, undefined));
export const WindowBulletListRegular = ( /*#__PURE__*/createFluentFontIcon("WindowBulletListRegular", "", 2, undefined));
export const WindowBulletList20Regular = ( /*#__PURE__*/createFluentFontIcon("WindowBulletList20Regular", "", 1, 20));
export const WindowBulletList20Filled = ( /*#__PURE__*/createFluentFontIcon("WindowBulletList20Filled", "", 0, 20));