@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.33 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TaskListSquareLtrFilled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtrFilled", "", 2, undefined));
export const TaskListSquareLtrRegular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtrRegular", "", 2, undefined));
export const TaskListSquareLtr16Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtr16Regular", "", 1, 16));
export const TaskListSquareLtr16Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtr16Filled", "", 0, 16));
export const TaskListSquareLtr20Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtr20Regular", "", 1, 20));
export const TaskListSquareLtr20Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtr20Filled", "", 0, 20));
export const TaskListSquareLtr24Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtr24Regular", "", 1, 24));
export const TaskListSquareLtr24Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtr24Filled", "", 0, 24));
export const TaskListSquareLtr48Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtr48Regular", "", 1, 48));
export const TaskListSquareLtr48Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareLtr48Filled", "", 0, 48));