@grafana/components 0.0.50 → 0.0.52

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -11427,16 +11427,40 @@ const Spade = ({ title = "Spade", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs
11427
11427
  ] });
11428
11428
  Spade.fill = "none";
11429
11429
 
11430
+ const SparkleSolid = ({ title = "Sparkle solid", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
11431
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
11432
+ /* @__PURE__ */ jsxRuntime.jsx(
11433
+ "path",
11434
+ {
11435
+ fill: "currentColor",
11436
+ d: "M21.804 11.762c-6.775-1.357-8.209-2.79-9.566-9.566-.052-.261-.424-.261-.476 0-1.357 6.775-2.79 8.209-9.566 9.566-.261.052-.261.424 0 .476 6.775 1.357 8.209 2.79 9.566 9.567.052.26.424.26.476 0 1.357-6.776 2.79-8.21 9.566-9.567.261-.052.261-.424 0-.476"
11437
+ }
11438
+ )
11439
+ ] });
11440
+ SparkleSolid.fill = "none";
11441
+
11430
11442
  const Sparkle = ({ title = "Sparkle", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
11431
11443
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
11432
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594z" })
11444
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21.804 11.762c-6.775-1.357-8.209-2.79-9.566-9.566-.052-.261-.424-.261-.476 0-1.357 6.775-2.79 8.209-9.566 9.566-.261.052-.261.424 0 .476 6.775 1.357 8.209 2.79 9.566 9.567.052.26.424.26.476 0 1.357-6.776 2.79-8.21 9.566-9.567.261-.052.261-.424 0-.476Z" })
11433
11445
  ] });
11434
11446
  Sparkle.fill = "none";
11435
11447
 
11448
+ const SparklesSolid = ({ title = "Sparkles solid", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
11449
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
11450
+ /* @__PURE__ */ jsxRuntime.jsx(
11451
+ "path",
11452
+ {
11453
+ fill: "currentColor",
11454
+ d: "M21.844 13.81c-5.421-1.086-6.568-2.233-7.653-7.653-.042-.21-.34-.21-.382 0-1.085 5.42-2.232 6.567-7.653 7.652-.208.042-.208.34 0 .382 5.421 1.085 6.568 2.232 7.653 7.653.042.208.34.208.382 0 1.085-5.421 2.232-6.568 7.652-7.653.21-.042.21-.34 0-.382M9.922 5.905c-2.71-.543-3.284-1.116-3.827-3.827-.02-.104-.17-.104-.19 0-.543 2.71-1.116 3.284-3.827 3.827-.104.02-.104.17 0 .19 2.71.543 3.284 1.116 3.827 3.827.02.104.17.104.19 0 .543-2.71 1.116-3.284 3.827-3.827.104-.02.104-.17 0-.19"
11455
+ }
11456
+ ),
11457
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21.844 13.81c-5.421-1.086-6.568-2.233-7.653-7.653-.042-.21-.34-.21-.382 0-1.085 5.42-2.232 6.567-7.653 7.652-.208.042-.208.34 0 .382 5.421 1.085 6.568 2.232 7.653 7.653.042.208.34.208.382 0 1.085-5.421 2.232-6.568 7.652-7.653.21-.042.21-.34 0-.382M9.922 5.905c-2.71-.543-3.284-1.116-3.827-3.827-.02-.104-.17-.104-.19 0-.543 2.71-1.116 3.284-3.827 3.827-.104.02-.104.17 0 .19 2.71.543 3.284 1.116 3.827 3.827.02.104.17.104.19 0 .543-2.71 1.116-3.284 3.827-3.827.104-.02.104-.17 0-.19" })
11458
+ ] });
11459
+ SparklesSolid.fill = "none";
11460
+
11436
11461
  const Sparkles = ({ title = "Sparkles", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
11437
11462
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
11438
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11.017 2.814a1 1 0 0 1 1.966 0l1.051 5.558a2 2 0 0 0 1.594 1.594l5.558 1.051a1 1 0 0 1 0 1.966l-5.558 1.051a2 2 0 0 0-1.594 1.594l-1.051 5.558a1 1 0 0 1-1.966 0l-1.051-5.558a2 2 0 0 0-1.594-1.594l-5.558-1.051a1 1 0 0 1 0-1.966l5.558-1.051a2 2 0 0 0 1.594-1.594zM20 2v4m2-2h-4" }),
11439
- /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "4", cy: "20", r: "2" })
11463
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M21.844 13.81c-5.421-1.086-6.568-2.233-7.653-7.653-.042-.21-.34-.21-.382 0-1.085 5.42-2.232 6.567-7.653 7.652-.208.042-.208.34 0 .382 5.421 1.085 6.568 2.232 7.653 7.653.042.208.34.208.382 0 1.085-5.421 2.232-6.568 7.652-7.653.21-.042.21-.34 0-.382ZM9.922 5.905c-2.71-.543-3.284-1.116-3.827-3.827-.02-.104-.17-.104-.19 0-.543 2.71-1.116 3.284-3.827 3.827-.104.02-.104.17 0 .19 2.71.543 3.284 1.116 3.827 3.827.02.104.17.104.19 0 .543-2.71 1.116-3.284 3.827-3.827.104-.02.104-.17 0-.19Z" })
11440
11464
  ] });
11441
11465
  Sparkles.fill = "none";
11442
11466
 
@@ -15527,7 +15551,9 @@ const AllIcons = {
15527
15551
  Soup,
15528
15552
  Space,
15529
15553
  Spade,
15554
+ SparkleSolid,
15530
15555
  Sparkle,
15556
+ SparklesSolid,
15531
15557
  Sparkles,
15532
15558
  Speaker,
15533
15559
  Speech,
@@ -23700,6 +23726,19 @@ const iconMetaData = {
23700
23726
  Soup: ["food", "dish", "restaurant", "course", "meal", "bowl", "starter"],
23701
23727
  Space: ["text", "selection", "letters", "characters", "font", "typography"],
23702
23728
  Spade: ["shape", "suit", "playing", "cards"],
23729
+ SparkleSolid: [
23730
+ "ai",
23731
+ "assistant",
23732
+ "star",
23733
+ "effect",
23734
+ "filter",
23735
+ "night",
23736
+ "magic",
23737
+ "shiny",
23738
+ "glitter",
23739
+ "twinkle",
23740
+ "celebration"
23741
+ ],
23703
23742
  Sparkle: [
23704
23743
  "star",
23705
23744
  "effect",
@@ -23713,6 +23752,7 @@ const iconMetaData = {
23713
23752
  "ai",
23714
23753
  "assistant"
23715
23754
  ],
23755
+ SparklesSolid: ["ai", "assistant", "stars", "effect", "filter", "night", "magic"],
23716
23756
  Sparkles: ["stars", "effect", "filter", "night", "magic", "ai", "assistant"],
23717
23757
  Speaker: [
23718
23758
  "sound",
@@ -27973,7 +28013,9 @@ exports.Soup = Soup;
27973
28013
  exports.Space = Space;
27974
28014
  exports.Spade = Spade;
27975
28015
  exports.Sparkle = Sparkle;
28016
+ exports.SparkleSolid = SparkleSolid;
27976
28017
  exports.Sparkles = Sparkles;
28018
+ exports.SparklesSolid = SparklesSolid;
27977
28019
  exports.Speaker = Speaker;
27978
28020
  exports.Speech = Speech;
27979
28021
  exports.SpellCheck = SpellCheck;