@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
9 lines (8 loc) • 909 B
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const DocumentBulletListClockFilled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListClockFilled", "", 2, undefined));
export const DocumentBulletListClockRegular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListClockRegular", "", 2, undefined));
export const DocumentBulletListClock20Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListClock20Regular", "", 1, 20));
export const DocumentBulletListClock20Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListClock20Filled", "", 0, 20));
export const DocumentBulletListClock24Regular = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListClock24Regular", "", 1, 24));
export const DocumentBulletListClock24Filled = ( /*#__PURE__*/createFluentFontIcon("DocumentBulletListClock24Filled", "", 0, 24));