@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
16 lines (15 loc) • 2.27 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.TextBulletListSquareSparkle32Filled = exports.TextBulletListSquareSparkle32Regular = exports.TextBulletListSquareSparkle24Filled = exports.TextBulletListSquareSparkle24Regular = exports.TextBulletListSquareSparkle20Filled = exports.TextBulletListSquareSparkle20Regular = exports.TextBulletListSquareSparkle16Filled = exports.TextBulletListSquareSparkle16Regular = exports.TextBulletListSquareSparkleRegular = exports.TextBulletListSquareSparkleFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.TextBulletListSquareSparkleFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkleFilled", "", 2, undefined));
exports.TextBulletListSquareSparkleRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkleRegular", "", 2, undefined));
exports.TextBulletListSquareSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkle16Regular", "", 1, 16));
exports.TextBulletListSquareSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkle16Filled", "", 0, 16));
exports.TextBulletListSquareSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkle20Regular", "", 1, 20));
exports.TextBulletListSquareSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkle20Filled", "", 0, 20));
exports.TextBulletListSquareSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkle24Regular", "", 1, 24));
exports.TextBulletListSquareSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkle24Filled", "", 0, 24));
exports.TextBulletListSquareSparkle32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkle32Regular", "", 1, 32));
exports.TextBulletListSquareSparkle32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("TextBulletListSquareSparkle32Filled", "", 0, 32));