UNPKG

@fluentui/react-icons

Version:

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

11 lines (10 loc) 1.15 kB
"use client"; import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon'; export const TaskListSquareSparkleFilled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareSparkleFilled", "", 2, undefined)); export const TaskListSquareSparkleRegular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareSparkleRegular", "", 2, undefined)); export const TaskListSquareSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareSparkle16Regular", "󰥹", 1, 16)); export const TaskListSquareSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareSparkle16Filled", "󰧶", 0, 16)); export const TaskListSquareSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareSparkle20Regular", "󰥺", 1, 20)); export const TaskListSquareSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareSparkle20Filled", "󰧷", 0, 20)); export const TaskListSquareSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareSparkle24Regular", "󰥻", 1, 24)); export const TaskListSquareSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon("TaskListSquareSparkle24Filled", "󰧸", 0, 24));