@fluentui/react-icons
Version:
Fluent System Icons are a collection of familiar, friendly, and modern icons from Microsoft.
20 lines (19 loc) • 2.42 kB
JavaScript
"use client";
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.ChatSparkle48Filled = exports.ChatSparkle48Regular = exports.ChatSparkle32Filled = exports.ChatSparkle32Regular = exports.ChatSparkle28Filled = exports.ChatSparkle28Regular = exports.ChatSparkle24Filled = exports.ChatSparkle24Regular = exports.ChatSparkle20Filled = exports.ChatSparkle20Regular = exports.ChatSparkle16Filled = exports.ChatSparkle16Regular = exports.ChatSparkleRegular = exports.ChatSparkleFilled = void 0;
const createFluentFontIcon_1 = require("../../utils/fonts/createFluentFontIcon");
exports.ChatSparkleFilled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkleFilled", "", 2, undefined));
exports.ChatSparkleRegular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkleRegular", "", 2, undefined));
exports.ChatSparkle16Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle16Regular", "", 1, 16));
exports.ChatSparkle16Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle16Filled", "", 0, 16));
exports.ChatSparkle20Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle20Regular", "", 1, 20));
exports.ChatSparkle20Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle20Filled", "", 0, 20));
exports.ChatSparkle24Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle24Regular", "", 1, 24));
exports.ChatSparkle24Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle24Filled", "", 0, 24));
exports.ChatSparkle28Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle28Regular", "", 1, 28));
exports.ChatSparkle28Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle28Filled", "", 0, 28));
exports.ChatSparkle32Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle32Regular", "", 1, 32));
exports.ChatSparkle32Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle32Filled", "", 0, 32));
exports.ChatSparkle48Regular = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle48Regular", "", 1, 48));
exports.ChatSparkle48Filled = ( /*#__PURE__*/createFluentFontIcon_1.createFluentFontIcon("ChatSparkle48Filled", "", 0, 48));