@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
13 lines (12 loc) • 1.54 kB
JavaScript
"use client";
import { createFluentFontIcon } from '../../utils/fonts/createFluentFontIcon';
export const TextBulletListSquareSparkleFilled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkleFilled", "", 2, undefined));
export const TextBulletListSquareSparkleRegular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkleRegular", "", 2, undefined));
export const TextBulletListSquareSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkle16Regular", "", 1, 16));
export const TextBulletListSquareSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkle16Filled", "", 0, 16));
export const TextBulletListSquareSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkle20Regular", "", 1, 20));
export const TextBulletListSquareSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkle20Filled", "", 0, 20));
export const TextBulletListSquareSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkle24Regular", "", 1, 24));
export const TextBulletListSquareSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkle24Filled", "", 0, 24));
export const TextBulletListSquareSparkle32Regular = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkle32Regular", "", 1, 32));
export const TextBulletListSquareSparkle32Filled = ( /*#__PURE__*/createFluentFontIcon("TextBulletListSquareSparkle32Filled", "", 0, 32));