UNPKG

@fluentui/react-icons

Version:

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

11 lines (10 loc) 1.08 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const TaskListSquareRtlFilled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareRtlFilled", "", 2, undefined)); export const TaskListSquareRtlRegular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareRtlRegular", "", 2, undefined)); export const TaskListSquareRtl16Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareRtl16Regular", "", 1, 16)); export const TaskListSquareRtl16Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareRtl16Filled", "", 0, 16)); export const TaskListSquareRtl20Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareRtl20Regular", "", 1, 20)); export const TaskListSquareRtl20Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareRtl20Filled", "", 0, 20)); export const TaskListSquareRtl24Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareRtl24Regular", "", 1, 24)); export const TaskListSquareRtl24Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareRtl24Filled", "", 0, 24));