UNPKG

@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
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const DocumentBulletListFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListFilled", "", 2, undefined)); export const DocumentBulletListRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListRegular", "", 2, undefined)); export const DocumentBulletList16Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletList16Regular", "󰀔", 1, 16)); export const DocumentBulletList16Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletList16Filled", "󰀘", 0, 16)); export const DocumentBulletList20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletList20Regular", "", 1, 20)); export const DocumentBulletList20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletList20Filled", "", 0, 20)); export const DocumentBulletList24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletList24Regular", "", 1, 24)); export const DocumentBulletList24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletList24Filled", "", 0, 24));