@grafana/components 0.0.58 → 0.0.59

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.
@@ -4759,7 +4759,6 @@ Drill.fill = "none";
4759
4759
 
4760
4760
  const Drilldown = ({ title = "Drilldown", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
4761
4761
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
4762
- /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M0 0h24v24H0z" }),
4763
4762
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7 21h10m1-4 2-4m-4-3-8 2m8-6L8 8m-2 9-2-4M15 3H9v11l3 4 3-4z" })
4764
4763
  ] });
4765
4764
  Drilldown.fill = "none";
@@ -11544,6 +11543,20 @@ const Sparkle = ({ title = "Sparkle", ...props }) => /* @__PURE__ */ jsxRuntime.
11544
11543
  ] });
11545
11544
  Sparkle.fill = "none";
11546
11545
 
11546
+ const SparklesFrame = ({ title = "Sparkles frame", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
11547
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
11548
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3 7V5a2 2 0 0 1 2-2h2m10 0h2a2 2 0 0 1 2 2v2m0 10v2a2 2 0 0 1-2 2h-2M7 21H5a2 2 0 0 1-2-2v-2" }),
11549
+ /* @__PURE__ */ jsxRuntime.jsx(
11550
+ "path",
11551
+ {
11552
+ fill: "currentColor",
11553
+ d: "M16.922 12.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"
11554
+ }
11555
+ ),
11556
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M8 7v2m1-1H7" })
11557
+ ] });
11558
+ SparklesFrame.fill = "none";
11559
+
11547
11560
  const SparklesSolid = ({ title = "Sparkles solid", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
11548
11561
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
11549
11562
  /* @__PURE__ */ jsxRuntime.jsx(
@@ -15681,6 +15694,7 @@ const AllIcons = {
15681
15694
  Spade,
15682
15695
  SparkleSolid,
15683
15696
  Sparkle,
15697
+ SparklesFrame,
15684
15698
  SparklesSolid,
15685
15699
  Sparkles,
15686
15700
  Speaker,
@@ -23909,6 +23923,21 @@ const iconMetaData = {
23909
23923
  "ai",
23910
23924
  "assistant"
23911
23925
  ],
23926
+ SparklesFrame: [
23927
+ "canvas",
23928
+ "ai",
23929
+ "sparkles",
23930
+ "assistant",
23931
+ "workspace",
23932
+ "frame",
23933
+ "select",
23934
+ "box",
23935
+ "boundary",
23936
+ "bounds",
23937
+ "area",
23938
+ "square",
23939
+ "dashed"
23940
+ ],
23912
23941
  SparklesSolid: ["ai", "assistant", "stars", "effect", "filter", "night", "magic"],
23913
23942
  Sparkles: ["stars", "effect", "filter", "night", "magic", "ai", "assistant"],
23914
23943
  Speaker: [
@@ -28184,6 +28213,7 @@ exports.Spade = Spade;
28184
28213
  exports.Sparkle = Sparkle;
28185
28214
  exports.SparkleSolid = SparkleSolid;
28186
28215
  exports.Sparkles = Sparkles;
28216
+ exports.SparklesFrame = SparklesFrame;
28187
28217
  exports.SparklesSolid = SparklesSolid;
28188
28218
  exports.Speaker = Speaker;
28189
28219
  exports.Speech = Speech;