@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
12 lines (11 loc) • 1.41 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextBulletListSquarePerson32Filled = exports.TextBulletListSquarePerson32Regular = exports.TextBulletListSquarePerson20Filled = exports.TextBulletListSquarePerson20Regular = exports.TextBulletListSquarePersonRegular = exports.TextBulletListSquarePersonFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextBulletListSquarePersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquarePersonFilled", "", 2, undefined));
exports.TextBulletListSquarePersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquarePersonRegular", "", 2, undefined));
exports.TextBulletListSquarePerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquarePerson20Regular", "", 1, 20));
exports.TextBulletListSquarePerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquarePerson20Filled", "", 0, 20));
exports.TextBulletListSquarePerson32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquarePerson32Regular", "", 1, 32));
exports.TextBulletListSquarePerson32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquarePerson32Filled", "", 0, 32));