@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
11 lines (10 loc) • 1.14 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TaskListSquarePersonFilled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquarePersonFilled", "", 2, undefined));
export const TaskListSquarePersonRegular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquarePersonRegular", "", 2, undefined));
export const TaskListSquarePerson20Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquarePerson20Regular", "", 1, 20));
export const TaskListSquarePerson20Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquarePerson20Filled", "", 0, 20));
export const TaskListSquarePerson24Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquarePerson24Regular", "", 1, 24));
export const TaskListSquarePerson24Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquarePerson24Filled", "", 0, 24));
export const TaskListSquarePerson48Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquarePerson48Regular", "", 1, 48));
export const TaskListSquarePerson48Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquarePerson48Filled", "", 0, 48));