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