@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.36 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.DocumentBulletListClock24Filled = exports.DocumentBulletListClock24Regular = exports.DocumentBulletListClock20Filled = exports.DocumentBulletListClock20Regular = exports.DocumentBulletListClockRegular = exports.DocumentBulletListClockFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.DocumentBulletListClockFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListClockFilled", "", 2, undefined));
exports.DocumentBulletListClockRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListClockRegular", "", 2, undefined));
exports.DocumentBulletListClock20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListClock20Regular", "", 1, 20));
exports.DocumentBulletListClock20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListClock20Filled", "", 0, 20));
exports.DocumentBulletListClock24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListClock24Regular", "", 1, 24));
exports.DocumentBulletListClock24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("DocumentBulletListClock24Filled", "", 0, 24));