UNPKG

@fluentui/react-icons

Version:

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

12 lines (11 loc) 1.25 kB
"use client"; "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.TextBulletListAdd24Filled = exports.TextBulletListAdd24Regular = exports.TextBulletListAdd20Filled = exports.TextBulletListAdd20Regular = exports.TextBulletListAddRegular = exports.TextBulletListAddFilled = void 0; const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon"); exports.TextBulletListAddFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListAddFilled", "", 2, undefined)); exports.TextBulletListAddRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListAddRegular", "", 2, undefined)); exports.TextBulletListAdd20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListAdd20Regular", "", 1, 20)); exports.TextBulletListAdd20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListAdd20Filled", "", 0, 20)); exports.TextBulletListAdd24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListAdd24Regular", "", 1, 24)); exports.TextBulletListAdd24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListAdd24Filled", "", 0, 24));