UNPKG

@fluentui/react-icons

Version:

Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.

7 lines (6 loc) 639 B
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const TextBulletListCheckmarkFilled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListCheckmarkFilled", "", 2, undefined)); export const TextBulletListCheckmarkRegular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListCheckmarkRegular", "", 2, undefined)); export const TextBulletListCheckmark20Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListCheckmark20Regular", "", 1, 20)); export const TextBulletListCheckmark20Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListCheckmark20Filled", "", 0, 20));