@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
10 lines (9 loc) • 881 B
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.WindowBulletList20Filled = exports.WindowBulletList20Regular = exports.WindowBulletListRegular = exports.WindowBulletListFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.WindowBulletListFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowBulletListFilled", "", 2, undefined));
exports.WindowBulletListRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowBulletListRegular", "", 2, undefined));
exports.WindowBulletList20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowBulletList20Regular", "", 1, 20));
exports.WindowBulletList20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("WindowBulletList20Filled", "", 0, 20));