@grafana/components 0.0.51 → 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.
- package/dist/cjs/index.cjs +5 -6
- package/dist/cjs/index.cjs.map +1 -1
- package/dist/esm/components/Icons/Sparkle.js +1 -1
- package/dist/esm/components/Icons/Sparkle.js.map +1 -1
- package/dist/esm/components/Icons/SparkleSolid.js +1 -1
- package/dist/esm/components/Icons/SparkleSolid.js.map +1 -1
- package/dist/esm/components/Icons/Sparkles.js +1 -2
- package/dist/esm/components/Icons/Sparkles.js.map +1 -1
- package/dist/esm/components/Icons/SparklesSolid.js +2 -2
- package/dist/esm/components/Icons/SparklesSolid.js.map +1 -1
- package/package.json +1 -1
package/dist/cjs/index.cjs
CHANGED
|
@@ -11433,7 +11433,7 @@ const SparkleSolid = ({ title = "Sparkle solid", ...props }) => /* @__PURE__ */
|
|
|
11433
11433
|
"path",
|
|
11434
11434
|
{
|
|
11435
11435
|
fill: "currentColor",
|
|
11436
|
-
d: "
|
|
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
11437
|
}
|
|
11438
11438
|
)
|
|
11439
11439
|
] });
|
|
@@ -11441,7 +11441,7 @@ SparkleSolid.fill = "none";
|
|
|
11441
11441
|
|
|
11442
11442
|
const Sparkle = ({ title = "Sparkle", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
|
|
11443
11443
|
title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
|
|
11444
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
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" })
|
|
11445
11445
|
] });
|
|
11446
11446
|
Sparkle.fill = "none";
|
|
11447
11447
|
|
|
@@ -11451,17 +11451,16 @@ const SparklesSolid = ({ title = "Sparkles solid", ...props }) => /* @__PURE__ *
|
|
|
11451
11451
|
"path",
|
|
11452
11452
|
{
|
|
11453
11453
|
fill: "currentColor",
|
|
11454
|
-
d: "
|
|
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
11455
|
}
|
|
11456
11456
|
),
|
|
11457
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
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
11458
|
] });
|
|
11459
11459
|
SparklesSolid.fill = "none";
|
|
11460
11460
|
|
|
11461
11461
|
const Sparkles = ({ title = "Sparkles", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
|
|
11462
11462
|
title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
|
|
11463
|
-
/* @__PURE__ */ jsxRuntime.jsx("path", { d: "
|
|
11464
|
-
/* @__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" })
|
|
11465
11464
|
] });
|
|
11466
11465
|
Sparkles.fill = "none";
|
|
11467
11466
|
|