UNPKG

@fluentui/react-icons

Version:

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

10 lines (9 loc) 989 B
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextBulletListSquareClock20Filled = exports.TextBulletListSquareClock20Regular = exports.TextBulletListSquareClockRegular = exports.TextBulletListSquareClockFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.TextBulletListSquareClockFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareClockFilled", "", 2, undefined)); exports.TextBulletListSquareClockRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareClockRegular", "", 2, undefined)); exports.TextBulletListSquareClock20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareClock20Regular", "", 1, 20)); exports.TextBulletListSquareClock20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareClock20Filled", "", 0, 20));