@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
14 lines (13 loc) • 1.68 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TaskListSquarePerson48Filled = exports.TaskListSquarePerson48Regular = exports.TaskListSquarePerson24Filled = exports.TaskListSquarePerson24Regular = exports.TaskListSquarePerson20Filled = exports.TaskListSquarePerson20Regular = exports.TaskListSquarePersonRegular = exports.TaskListSquarePersonFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TaskListSquarePersonFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListSquarePersonFilled", "", 2, undefined));
exports.TaskListSquarePersonRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListSquarePersonRegular", "", 2, undefined));
exports.TaskListSquarePerson20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListSquarePerson20Regular", "", 1, 20));
exports.TaskListSquarePerson20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListSquarePerson20Filled", "", 0, 20));
exports.TaskListSquarePerson24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListSquarePerson24Regular", "", 1, 24));
exports.TaskListSquarePerson24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListSquarePerson24Filled", "", 0, 24));
exports.TaskListSquarePerson48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListSquarePerson48Regular", "", 1, 48));
exports.TaskListSquarePerson48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TaskListSquarePerson48Filled", "", 0, 48));