@grafana/components 0.0.52 → 0.0.54

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.
Files changed (36) hide show
  1. package/README.md +5 -15
  2. package/dist/cjs/index.cjs +93 -0
  3. package/dist/cjs/index.cjs.map +1 -1
  4. package/dist/cjs/index.d.cts +20 -2
  5. package/dist/esm/components/ComparisonBadge/ComparisonBadge.js +9 -0
  6. package/dist/esm/components/ComparisonBadge/ComparisonBadge.js.map +1 -1
  7. package/dist/esm/components/ComparisonTooltip/ComparisonTooltip.js +9 -0
  8. package/dist/esm/components/ComparisonTooltip/ComparisonTooltip.js.map +1 -1
  9. package/dist/esm/components/Icons/ClockX.js +10 -0
  10. package/dist/esm/components/Icons/ClockX.js.map +1 -0
  11. package/dist/esm/components/Icons/CloudIncident.js +10 -0
  12. package/dist/esm/components/Icons/CloudIncident.js.map +1 -0
  13. package/dist/esm/components/Icons/FrontendObservability.js +13 -0
  14. package/dist/esm/components/Icons/FrontendObservability.js.map +1 -0
  15. package/dist/esm/components/Icons/Irm.js +10 -0
  16. package/dist/esm/components/Icons/Irm.js.map +1 -0
  17. package/dist/esm/components/Icons/Loki.js +10 -0
  18. package/dist/esm/components/Icons/Loki.js.map +1 -0
  19. package/dist/esm/components/Icons/Mimir.js +10 -0
  20. package/dist/esm/components/Icons/Mimir.js.map +1 -0
  21. package/dist/esm/components/Icons/SloTarget.js +12 -0
  22. package/dist/esm/components/Icons/SloTarget.js.map +1 -0
  23. package/dist/esm/components/Icons/SyntheticMonitoring.js +17 -0
  24. package/dist/esm/components/Icons/SyntheticMonitoring.js.map +1 -0
  25. package/dist/esm/components/Icons/Tempo.js +10 -0
  26. package/dist/esm/components/Icons/Tempo.js.map +1 -0
  27. package/dist/esm/components/Icons/allIcons.js +18 -0
  28. package/dist/esm/components/Icons/allIcons.js.map +1 -1
  29. package/dist/esm/components/Icons/iconMetaData.js +9 -0
  30. package/dist/esm/components/Icons/iconMetaData.js.map +1 -1
  31. package/dist/esm/components/StackedChartNoData/StackedChartNoData.js +9 -0
  32. package/dist/esm/components/StackedChartNoData/StackedChartNoData.js.map +1 -1
  33. package/dist/esm/index.d.ts +20 -2
  34. package/dist/esm/index.js +9 -0
  35. package/dist/esm/index.js.map +1 -1
  36. package/package.json +1 -1
package/README.md CHANGED
@@ -77,22 +77,12 @@ other icons.
77
77
 
78
78
  ...
79
79
 
80
- ### Publishing
80
+ ## Building & Publishing
81
81
 
82
- Currently this repo is not configured to automatically publish through CI (the
83
- GH action will report as failing). In order to publish a new version, you will
84
- need to do so locally using 2FA. First log into npmjs.com using this script:
85
-
86
- ```
87
- yarn npm:login
88
- ```
89
-
90
- Once this confirms you are logged in, run this script to build and publish the
91
- package (you will be prompted to enter a 2FA code again):
92
-
93
- ```
94
- yarn build:publish
95
- ```
82
+ At present a temporary publish workflow exists using GitHub Actions. To publish
83
+ a new version of this package, you simply need to merge to the `main` branch,
84
+ ensuring that the version number (following semver) in `package.json` has been
85
+ incremented.
96
86
 
97
87
  [lucide]: https://lucide.dev
98
88
  [lucide-icon-design-principles]: https://lucide.dev/guide/design/icon-design-guide
@@ -3792,6 +3792,12 @@ const ClockPlus = ({ title = "Clock plus", ...props }) => /* @__PURE__ */ jsxRun
3792
3792
  ] });
3793
3793
  ClockPlus.fill = "none";
3794
3794
 
3795
+ const ClockX = ({ title = "Clock x", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
3796
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
3797
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 6v6l4 2m6-2a9.999 9.999 0 1 0-11 9.95m6 .05 4-4m-4 0 4 4" })
3798
+ ] });
3799
+ ClockX.fill = "none";
3800
+
3795
3801
  const Clock = ({ title = "Clock", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
3796
3802
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
3797
3803
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 6v6l4 2" }),
@@ -3868,6 +3874,12 @@ const CloudHail = ({ title = "Cloud hail", ...props }) => /* @__PURE__ */ jsxRun
3868
3874
  ] });
3869
3875
  CloudHail.fill = "none";
3870
3876
 
3877
+ const CloudIncident = ({ title = "Cloud incident", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
3878
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
3879
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M4.686 5.586c.278.28.73.28 1.01 0a.72.72 0 0 0 0-1.012l-1.24-1.241a.713.713 0 0 0-1.009 0 .72.72 0 0 0 0 1.012zM12 4.04c.394 0 .714-.32.714-.716v-1.24a.715.715 0 1 0-1.428 0v1.24c0 .396.32.716.714.716m7.314 1.546 1.239-1.241a.72.72 0 0 0 0-1.012.713.713 0 0 0-1.01 0l-1.237 1.24a.72.72 0 0 0 0 1.013.71.71 0 0 0 1.008 0m-1.211 11.246-1.022-8.307a2.4 2.4 0 0 0-.892-1.568 2.93 2.93 0 0 0-1.823-.639H9.65a2.93 2.93 0 0 0-1.847.627 2.4 2.4 0 0 0-.906 1.579l-1.023 8.317a3.3 3.3 0 0 0-1.735.88 3.17 3.17 0 0 0-.969 2.276c0 .54.221 1.052.607 1.425.384.372.9.578 1.432.578h13.619a2.05 2.05 0 0 0 1.43-.578c.385-.373.607-.885.607-1.425 0-.858-.352-1.676-.969-2.276a3.3 3.3 0 0 0-1.793-.89m-9.267-4.497a.797.797 0 0 1 1.119.157l1.157 1.538 2.462-4.376a.797.797 0 0 1 1.088-.304.8.8 0 0 1 .304 1.091l-2.596 4.62-.002.007q-.178.307-.453.501a1.34 1.34 0 0 1-.655.241 1.3 1.3 0 0 1-.704-.121 1.5 1.5 0 0 1-.534-.445l-1.34-1.783a.803.803 0 0 1 .156-1.123m10.31 7.937a.46.46 0 0 1-.32.127H5.209a.46.46 0 0 1-.32-.127.38.38 0 0 1-.12-.274c0-.417.17-.821.482-1.124a1.72 1.72 0 0 1 1.195-.478h11.143c.454 0 .883.176 1.195.478.312.303.482.707.482 1.124 0 .098-.04.198-.12.274zM4.667 10.047a.715.715 0 0 0-.713-.715h-1.24a.715.715 0 0 0 0 1.43h1.237c.394 0 .714-.32.714-.715zm16.62-.715h-1.239a.715.715 0 0 0 0 1.43h1.239a.715.715 0 0 0 0-1.43" })
3880
+ ] });
3881
+ CloudIncident.fill = "solid";
3882
+
3871
3883
  const CloudInfo = ({ title = "Cloud info", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
3872
3884
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
3873
3885
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M12 20v-4m0-4h.01M17 18h1a4 4 0 1 0-.766-7.927 6.499 6.499 0 0 0-12.72-1.41A5 5 0 0 0 7 18" })
@@ -6123,6 +6135,15 @@ const Framer = ({ title = "Framer", ...props }) => /* @__PURE__ */ jsxRuntime.js
6123
6135
  ] });
6124
6136
  Framer.fill = "none";
6125
6137
 
6138
+ const FrontendObservability = ({
6139
+ title = "Frontend observability",
6140
+ ...props
6141
+ }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
6142
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
6143
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M11.615 21.999 4 21.157v-.754l7.615-.842zm0-3.512L4 17.646v-.754l7.615-.843zm3.795-3.514L4 14.133v-.753l11.41-.839zm0-3.513L4 10.62v-.752l11.41-.84zm3.821-3.509L4 7.11v-.754l15.231-.841zm0-3.513L4 3.596v-.754L19.231 2z" })
6144
+ ] });
6145
+ FrontendObservability.fill = "solid";
6146
+
6126
6147
  const Frown = ({ title = "Frown", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
6127
6148
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
6128
6149
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10" }),
@@ -7271,6 +7292,12 @@ const InterpolationStepBefore = ({
7271
7292
  ] });
7272
7293
  InterpolationStepBefore.fill = "none";
7273
7294
 
7295
+ const Irm = ({ title = "Irm", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
7296
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
7297
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M15.029 14.272c.223 0 .404.169.404.377v6.221c0 .624-.544 1.13-1.216 1.13h-4.55c-.673 0-1.216-.506-1.216-1.13v-6.22c0-.208.18-.377.404-.377zm-3.645-5.477c.11 0 .202.085.202.188v4.348c0 .104-.091.188-.202.188h-1.352c-.104 0-.192-.073-.202-.17l-.466-4.347c-.012-.11.081-.208.202-.208zm5.788 0c.128 0 .224.109.2.225l-.934 4.348a.2.2 0 0 1-.198.151h-1.052c-.12 0-.214-.097-.202-.207l.47-4.347c.01-.097.098-.17.202-.17zm-8.828-.001c.104 0 .192.074.202.17l.465 4.348c.012.11-.08.206-.2.207H7.76a.2.2 0 0 1-.2-.152L6.63 9.02c-.025-.116.07-.224.198-.225zm6.09 0c.12 0 .213.096.202.206l-.47 4.349c-.01.096-.098.17-.202.17H12.6c-.112 0-.203-.085-.203-.188V8.982c0-.103.091-.187.203-.188h-.001zm1.23-2.258c.136 0 .234.124.193.245l-.38 1.13a.2.2 0 0 1-.194.133H8.598a.2.2 0 0 1-.194-.133l-.38-1.13c-.041-.12.057-.245.193-.245zm-3.417-1.503h3.652c.272 0 .467.245.385.488a.4.4 0 0 1-.385.263h-7.91a.4.4 0 0 1-.387-.263c-.082-.243.114-.488.386-.488h3.651v-.764a1.6 1.6 0 0 0 .608 0zM11.943 2c.572 0 1.036.43 1.036.962 0 .531-.464.962-1.036.962s-1.036-.43-1.036-.962c0-.531.464-.962 1.036-.962" })
7298
+ ] });
7299
+ Irm.fill = "solid";
7300
+
7274
7301
  const Italic = ({ title = "Italic", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
7275
7302
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
7276
7303
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M19 4h-9m4 16H5M15 4 9 20" })
@@ -7944,6 +7971,12 @@ const Logs = ({ title = "Logs", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("
7944
7971
  ] });
7945
7972
  Logs.fill = "none";
7946
7973
 
7974
+ const Loki = ({ title = "Loki", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
7975
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
7976
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M7.976 22.67 6.332 23 6 21.348l1.644-.33zm2.584-.522-1.652.33-.33-1.644 1.652-.33zm2.578-.514-1.645.33-.33-1.651 1.645-.331zm8.21-1.644-7.277 1.454-.33-1.646 7.276-1.46zm-13.887.096-1.652.33-.33-1.645 1.653-.33zm2.579-.515-1.646.331-.33-1.653 1.645-.33zm2.584-.521-1.652.33-.33-1.644 1.652-.33zm8.21-1.645-7.277 1.46-.33-1.651 7.276-1.454zm-14.841.293-.697.14L2.652 4.643l.698-.14zm.955-.19-.697.139L3.416 3.482l.698-.139zm1.638-.331-.698.14L4.642 1.14 5.34 1zm.954-.19-.698.139L5.87 2.27l.697-.139zm1.616-.324-.698.14L8.02 4.635l.698-.14zm.954-.191-.697.14-2.526-12.63.697-.14z" })
7977
+ ] });
7978
+ Loki.fill = "solid";
7979
+
7947
7980
  const Lollipop = ({ title = "Lollipop", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
7948
7981
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
7949
7982
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "11", cy: "11", r: "8" }),
@@ -8551,6 +8584,12 @@ const Milk = ({ title = "Milk", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("
8551
8584
  ] });
8552
8585
  Milk.fill = "none";
8553
8586
 
8587
+ const Mimir = ({ title = "Mimir", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
8588
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
8589
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M3.696 20H6.87l2.224-4.272-1.54-2.956zm17.27-7.348-1.737 3.332 2.034 3.967L23 16.605zm-.528-1.02L16.73 4.439l-1.828 3.224 3.796 7.305zm-5.774 4.397 2.067 3.968h3.526l-3.833-7.354zM7.03 11.757 5.301 8.422l-2.207 4.245 1.696 3.282zm-4.451 1.92L1 16.792l1.736 3.153 1.539-2.977zm11.739-5.055-1.838 3.246 1.659 3.152 1.762-3.386zM7.383 4.311 5.797 7.397l6.169 11.798 1.646-3.158-3.118-5.982z" })
8590
+ ] });
8591
+ Mimir.fill = "solid";
8592
+
8554
8593
  const Minimize2 = ({ title = "Minimize 2", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
8555
8594
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
8556
8595
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m14 10 7-7m-1 7h-6V4M3 21l7-7m-6 0h6v6" })
@@ -11323,6 +11362,14 @@ const Sliders = ({ title = "Sliders", ...props }) => /* @__PURE__ */ jsxRuntime.
11323
11362
  ] });
11324
11363
  Sliders.fill = "none";
11325
11364
 
11365
+ const SloTarget = ({ title = "Slo target", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
11366
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
11367
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M16.462 11.648a4.475 4.475 0 0 1-4.459 4.83 4.45 4.45 0 0 1-3.164-1.31 4.48 4.48 0 0 1 0-6.33 4.45 4.45 0 0 1 3.515-1.298l1.642-1.642a6.43 6.43 0 0 0-6.532 1.564 6.418 6.418 0 0 0 4.54 10.96 6.42 6.42 0 0 0 6.102-8.417z" }),
11368
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m23.003 20.252-1.972-1.972a11.01 11.01 0 0 0 .983-10.83l-1.489 1.49c.348.967.529 2 .529 3.06a9 9 0 0 1-2.65 6.401 9 9 0 0 1-6.402 2.651 9 9 0 0 1-6.402-2.65A9 9 0 0 1 2.95 12c0-2.419.941-4.69 2.65-6.401a9 9 0 0 1 6.402-2.651 9 9 0 0 1 3.055.527l1.489-1.489a11.005 11.005 0 0 0-12.32 2.241C.4 8.052-.019 13.994 2.971 18.281L1 20.252 3.748 23l1.97-1.97A10.97 10.97 0 0 0 12 22.997c2.2 0 4.401-.657 6.281-1.969L20.252 23 23 20.252z" }),
11369
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M20.744 3.257 20.284 1l-4.268 4.268.23 1.13-3.73 3.73a1.943 1.943 0 1 0 1.36 1.357l3.729-3.73 1.13.23 4.267-4.267z" })
11370
+ ] });
11371
+ SloTarget.fill = "solid";
11372
+
11326
11373
  const SmartphoneCharging = ({ title = "Smartphone charging", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
11327
11374
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
11328
11375
  /* @__PURE__ */ jsxRuntime.jsx("rect", { width: "14", height: "20", x: "5", y: "2", rx: "2", ry: "2" }),
@@ -12321,6 +12368,19 @@ const Swords = ({ title = "Swords", ...props }) => /* @__PURE__ */ jsxRuntime.js
12321
12368
  ] });
12322
12369
  Swords.fill = "none";
12323
12370
 
12371
+ const SyntheticMonitoring = ({ title = "Synthetic monitoring", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
12372
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
12373
+ /* @__PURE__ */ jsxRuntime.jsx(
12374
+ "path",
12375
+ {
12376
+ fillRule: "evenodd",
12377
+ d: "M12.844 17.03a.79.79 0 0 0 0-1.117L8.379 11.44a5.54 5.54 0 0 1 0-7.823A5.5 5.5 0 0 1 12.286 2a5.5 5.5 0 0 1 3.907 1.617l1.874 1.876.027.028a.75.75 0 0 1-1.057 1.059l-.015-.015-1.887-1.89a4 4 0 0 0-2.846-1.177 4 4 0 0 0-2.847 1.178 4.04 4.04 0 0 0 0 5.703l4.465 4.47a2.27 2.27 0 0 1 .67 1.62c0 .613-.237 1.187-.67 1.62a2.27 2.27 0 0 1-1.917.652 2.27 2.27 0 0 1-1.32-.652l-2.873-2.88a.8.8 0 0 1-.215-.326.747.747 0 0 1 1.272-.73l2.874 2.877a.78.78 0 0 0 .558.232c.201 0 .402-.08.558-.232m-5.468-4.055a.75.75 0 1 1-1.5 0 .75.75 0 1 1 1.5 0m11.84-5.836a.8.8 0 0 0-.186.136L17.138 9.17l-.939-.94a.763.763 0 0 0-1.08 1.08l1.48 1.48a.76.76 0 0 0 .875.145.8.8 0 0 0 .203-.145l2.432-2.434a.763.763 0 0 0-.894-1.217m-7.488-.169a.79.79 0 0 0 0 1.117l4.464 4.473a5.54 5.54 0 0 1 0 7.823A5.5 5.5 0 0 1 12.285 22a5.5 5.5 0 0 1-3.906-1.617l-4.46-4.464.007-.006a.75.75 0 0 1 .49-1.315c.23 0 .433.107.57.269l4.45 4.454a4 4 0 0 0 2.846 1.178 4 4 0 0 0 2.847-1.178 4.04 4.04 0 0 0 0-5.702l-4.465-4.47a2.27 2.27 0 0 1-.67-1.62c0-.614.237-1.188.67-1.62a2.27 2.27 0 0 1 1.618-.672 2.27 2.27 0 0 1 1.619.671l.552.553a.75.75 0 0 1-.527 1.285.75.75 0 0 1-.543-.236l-.54-.54a.78.78 0 0 0-.558-.232.8.8 0 0 0-.557.232",
12378
+ clipRule: "evenodd"
12379
+ }
12380
+ )
12381
+ ] });
12382
+ SyntheticMonitoring.fill = "solid";
12383
+
12324
12384
  const Syringe = ({ title = "Syringe", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
12325
12385
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
12326
12386
  /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m18 2 4 4m-5 1 3-3m-1 5L8.7 19.3c-1 1-2.5 1-3.4 0l-.6-.6c-1-1-1-2.5 0-3.4L15 5m-6 6 4 4m-8 4-3 3M14 4l6 6" })
@@ -12485,6 +12545,12 @@ const Telescope = ({ title = "Telescope", ...props }) => /* @__PURE__ */ jsxRunt
12485
12545
  ] });
12486
12546
  Telescope.fill = "none";
12487
12547
 
12548
+ const Tempo = ({ title = "Tempo", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
12549
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
12550
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "M1.79 7.537h-.415a.43.43 0 1 0 0 .86h.415a.43.43 0 1 0 0-.86m7.95 6.27h-.416a.43.43 0 0 0 0 .86h.415a.43.43 0 0 0 0-.86m-.35-4.093a.43.43 0 0 0-.429-.43H7.524a.43.43 0 1 0 0 .86h1.437a.43.43 0 0 0 .43-.43M23.027 7.01l-.437-2.456a1.793 1.793 0 0 0-1.859-1.553H3.891a1.14 1.14 0 0 0-1.15 1.397l.46 2.612.015.061c.055.32-.107.448-.252.496a.43.43 0 0 0 .143.834h18.77a1.14 1.14 0 0 0 1.15-1.391m-5.728 9.853c-.181-.952-.726-1.306-1.34-1.306H11.51a.433.433 0 0 0-.43.435.43.43 0 0 0 .386.432c.142.026.294.21.39.668l.457 2.54A1.74 1.74 0 0 0 13.98 21l2.654-.013a1.14 1.14 0 0 0 1.168-1.38zm-5.88-2.166h4.826a.4.4 0 0 0 .107-.016c.446-.094.468-.457.41-.818l-.615-3.376c-.169-.878-.678-1.224-1.348-1.224h-4.42a.43.43 0 0 0-.051.856c.147.027.308.225.403.726l.466 2.582a.35.35 0 0 1-.274.434.428.428 0 0 0 .143.833h.345z" })
12551
+ ] });
12552
+ Tempo.fill = "solid";
12553
+
12488
12554
  const TentTree = ({ title = "Tent tree", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
12489
12555
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
12490
12556
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "4", cy: "4", r: "2" }),
@@ -14461,6 +14527,7 @@ const AllIcons = {
14461
14527
  ClockCheck,
14462
14528
  ClockFading,
14463
14529
  ClockPlus,
14530
+ ClockX,
14464
14531
  Clock,
14465
14532
  ClosedCaption,
14466
14533
  CloudAlert,
@@ -14472,6 +14539,7 @@ const AllIcons = {
14472
14539
  CloudDrizzle,
14473
14540
  CloudFog,
14474
14541
  CloudHail,
14542
+ CloudIncident,
14475
14543
  CloudInfo,
14476
14544
  CloudLightning,
14477
14545
  CloudMoonRain,
@@ -14796,6 +14864,7 @@ const AllIcons = {
14796
14864
  Forward,
14797
14865
  Frame,
14798
14866
  Framer,
14867
+ FrontendObservability,
14799
14868
  Frown,
14800
14869
  Fuel,
14801
14870
  Fullscreen,
@@ -14951,6 +15020,7 @@ const AllIcons = {
14951
15020
  InterpolationSmooth,
14952
15021
  InterpolationStepAfter,
14953
15022
  InterpolationStepBefore,
15023
+ Irm,
14954
15024
  Italic,
14955
15025
  IterationCcw,
14956
15026
  IterationCw,
@@ -15052,6 +15122,7 @@ const AllIcons = {
15052
15122
  LogIn,
15053
15123
  LogOut,
15054
15124
  Logs,
15125
+ Loki,
15055
15126
  Lollipop,
15056
15127
  LoopedArrowsBoxes,
15057
15128
  Luggage,
@@ -15138,6 +15209,7 @@ const AllIcons = {
15138
15209
  Milestone,
15139
15210
  MilkOff,
15140
15211
  Milk,
15212
+ Mimir,
15141
15213
  Minimize2,
15142
15214
  Minimize,
15143
15215
  MinusCircle,
@@ -15536,6 +15608,7 @@ const AllIcons = {
15536
15608
  SlidersHorizontal,
15537
15609
  SlidersVertical,
15538
15610
  Sliders,
15611
+ SloTarget,
15539
15612
  SmartphoneCharging,
15540
15613
  SmartphoneNfc,
15541
15614
  Smartphone,
@@ -15675,6 +15748,7 @@ const AllIcons = {
15675
15748
  SwitchCamera,
15676
15749
  Sword,
15677
15750
  Swords,
15751
+ SyntheticMonitoring,
15678
15752
  Syringe,
15679
15753
  Table2,
15680
15754
  TableCellsMerge,
@@ -15699,6 +15773,7 @@ const AllIcons = {
15699
15773
  Target,
15700
15774
  Telegram,
15701
15775
  Telescope,
15776
+ Tempo,
15702
15777
  TentTree,
15703
15778
  Tent,
15704
15779
  TerminalSquare,
@@ -18792,6 +18867,7 @@ const iconMetaData = {
18792
18867
  ClockCheck: ["time", "watch", "alarm"],
18793
18868
  ClockFading: ["time", "watch", "alarm"],
18794
18869
  ClockPlus: ["time", "watch", "alarm", "add", "create", "new"],
18870
+ ClockX: ["time", "watch", "alarm", "schedule", "cross"],
18795
18871
  Clock: ["time", "watch", "alarm"],
18796
18872
  ClosedCaption: [
18797
18873
  "tv",
@@ -18833,6 +18909,7 @@ const iconMetaData = {
18833
18909
  CloudDrizzle: ["weather", "shower"],
18834
18910
  CloudFog: ["weather", "mist"],
18835
18911
  CloudHail: ["weather", "rainfall"],
18912
+ CloudIncident: ["logo", "tool"],
18836
18913
  CloudInfo: [],
18837
18914
  CloudLightning: ["weather", "bolt"],
18838
18915
  CloudMoonRain: ["weather", "partly", "night", "rainfall"],
@@ -19988,6 +20065,7 @@ const iconMetaData = {
19988
20065
  Forward: ["send", "share", "email"],
19989
20066
  Frame: ["logo", "design", "tool"],
19990
20067
  Framer: ["logo", "design", "tool"],
20068
+ FrontendObservability: ["logo", "tool", "app"],
19991
20069
  Frown: ["emoji", "face", "bad", "sad", "emotion"],
19992
20070
  Fuel: ["filling-station", "gas", "petrol", "tank"],
19993
20071
  Fullscreen: ["expand", "zoom", "preview", "focus", "camera", "lens", "image"],
@@ -20486,6 +20564,7 @@ const iconMetaData = {
20486
20564
  InterpolationSmooth: ["chart", "statistics", "analytics", "diagram", "graph", "presentation"],
20487
20565
  InterpolationStepAfter: ["chart", "statistics", "analytics", "diagram", "graph", "presentation"],
20488
20566
  InterpolationStepBefore: ["chart", "statistics", "analytics", "diagram", "graph", "presentation"],
20567
+ Irm: ["logo", "tool", "app"],
20489
20568
  Italic: ["oblique", "text", "format"],
20490
20569
  IterationCcw: ["arrow", "right"],
20491
20570
  IterationCw: ["arrow", "left"],
@@ -20841,6 +20920,7 @@ const iconMetaData = {
20841
20920
  LogIn: ["sign in", "arrow", "enter", "auth"],
20842
20921
  LogOut: ["sign out", "arrow", "exit", "auth"],
20843
20922
  Logs: ["options", "list", "menu", "order", "queue", "tasks", "logs"],
20923
+ Loki: ["logo", "tool", "app"],
20844
20924
  Lollipop: ["lolly", "candy", "sugar", "food", "sweet", "dessert", "spiral"],
20845
20925
  LoopedArrowsBoxes: ["loop", "arrows"],
20846
20926
  Luggage: ["baggage", "luggage", "travel", "suitcase"],
@@ -21334,6 +21414,7 @@ const iconMetaData = {
21334
21414
  "diet"
21335
21415
  ],
21336
21416
  Milk: ["lactose", "bottle", "beverage", "drink", "water", "diet"],
21417
+ Mimir: ["logo", "tool", "app"],
21337
21418
  Minimize2: ["exit fullscreen", "arrows", "close", "shrink"],
21338
21419
  Minimize: ["exit fullscreen", "close", "shrink"],
21339
21420
  MinusCircle: [],
@@ -23700,6 +23781,7 @@ const iconMetaData = {
23700
23781
  SlidersHorizontal: ["settings", "filters", "controls"],
23701
23782
  SlidersVertical: ["settings", "controls"],
23702
23783
  Sliders: [],
23784
+ SloTarget: ["logo", "tool", "arrow"],
23703
23785
  SmartphoneCharging: ["phone", "cellphone", "device", "power", "screen"],
23704
23786
  SmartphoneNfc: ["contactless", "payment", "near-field communication", "screen"],
23705
23787
  Smartphone: ["phone", "cellphone", "device", "screen"],
@@ -24399,6 +24481,7 @@ const iconMetaData = {
24399
24481
  SwitchCamera: ["photo", "selfie", "front", "back"],
24400
24482
  Sword: ["battle", "challenge", "game", "war", "weapon"],
24401
24483
  Swords: ["battle", "challenge", "game", "war", "weapon"],
24484
+ SyntheticMonitoring: ["logo", "tool", "app"],
24402
24485
  Syringe: ["medicine", "medical", "needle", "pump", "plunger", "nozzle", "blood"],
24403
24486
  Table2: ["spreadsheet", "grid"],
24404
24487
  TableCellsMerge: ["spreadsheet", "grid", "row"],
@@ -24521,6 +24604,7 @@ const iconMetaData = {
24521
24604
  "observe",
24522
24605
  "view"
24523
24606
  ],
24607
+ Tempo: ["logo", "tool", "app"],
24524
24608
  TentTree: ["camping", "campsite", "holiday", "retreat", "nomadic", "wilderness", "outdoors"],
24525
24609
  Tent: [
24526
24610
  "tipi",
@@ -26912,6 +26996,7 @@ exports.ClockArrowUp = ClockArrowUp;
26912
26996
  exports.ClockCheck = ClockCheck;
26913
26997
  exports.ClockFading = ClockFading;
26914
26998
  exports.ClockPlus = ClockPlus;
26999
+ exports.ClockX = ClockX;
26915
27000
  exports.ClosedCaption = ClosedCaption;
26916
27001
  exports.Cloud = Cloud;
26917
27002
  exports.CloudAlert = CloudAlert;
@@ -26923,6 +27008,7 @@ exports.CloudDownload = CloudDownload;
26923
27008
  exports.CloudDrizzle = CloudDrizzle;
26924
27009
  exports.CloudFog = CloudFog;
26925
27010
  exports.CloudHail = CloudHail;
27011
+ exports.CloudIncident = CloudIncident;
26926
27012
  exports.CloudInfo = CloudInfo;
26927
27013
  exports.CloudLightning = CloudLightning;
26928
27014
  exports.CloudMoon = CloudMoon;
@@ -27251,6 +27337,7 @@ exports.FormInput = FormInput;
27251
27337
  exports.Forward = Forward;
27252
27338
  exports.Frame = Frame;
27253
27339
  exports.Framer = Framer;
27340
+ exports.FrontendObservability = FrontendObservability;
27254
27341
  exports.Frown = Frown;
27255
27342
  exports.Fuel = Fuel;
27256
27343
  exports.Fullscreen = Fullscreen;
@@ -27410,6 +27497,7 @@ exports.InterpolationLinear = InterpolationLinear;
27410
27497
  exports.InterpolationSmooth = InterpolationSmooth;
27411
27498
  exports.InterpolationStepAfter = InterpolationStepAfter;
27412
27499
  exports.InterpolationStepBefore = InterpolationStepBefore;
27500
+ exports.Irm = Irm;
27413
27501
  exports.Italic = Italic;
27414
27502
  exports.IterationCcw = IterationCcw;
27415
27503
  exports.IterationCw = IterationCw;
@@ -27511,6 +27599,7 @@ exports.LockOpen = LockOpen;
27511
27599
  exports.LogIn = LogIn;
27512
27600
  exports.LogOut = LogOut;
27513
27601
  exports.Logs = Logs;
27602
+ exports.Loki = Loki;
27514
27603
  exports.Lollipop = Lollipop;
27515
27604
  exports.LoopedArrowsBoxes = LoopedArrowsBoxes;
27516
27605
  exports.Luggage = Luggage;
@@ -27597,6 +27686,7 @@ exports.Microwave = Microwave;
27597
27686
  exports.Milestone = Milestone;
27598
27687
  exports.Milk = Milk;
27599
27688
  exports.MilkOff = MilkOff;
27689
+ exports.Mimir = Mimir;
27600
27690
  exports.Minimize = Minimize;
27601
27691
  exports.Minimize2 = Minimize2;
27602
27692
  exports.Minus = Minus;
@@ -27997,6 +28087,7 @@ exports.Slice = Slice;
27997
28087
  exports.Sliders = Sliders;
27998
28088
  exports.SlidersHorizontal = SlidersHorizontal;
27999
28089
  exports.SlidersVertical = SlidersVertical;
28090
+ exports.SloTarget = SloTarget;
28000
28091
  exports.Smartphone = Smartphone;
28001
28092
  exports.SmartphoneCharging = SmartphoneCharging;
28002
28093
  exports.SmartphoneNfc = SmartphoneNfc;
@@ -28141,6 +28232,7 @@ exports.SwissFranc = SwissFranc;
28141
28232
  exports.SwitchCamera = SwitchCamera;
28142
28233
  exports.Sword = Sword;
28143
28234
  exports.Swords = Swords;
28235
+ exports.SyntheticMonitoring = SyntheticMonitoring;
28144
28236
  exports.Syringe = Syringe;
28145
28237
  exports.Table = Table;
28146
28238
  exports.Table2 = Table2;
@@ -28165,6 +28257,7 @@ exports.Tangent = Tangent;
28165
28257
  exports.Target = Target;
28166
28258
  exports.Telegram = Telegram;
28167
28259
  exports.Telescope = Telescope;
28260
+ exports.Tempo = Tempo;
28168
28261
  exports.Tent = Tent;
28169
28262
  exports.TentTree = TentTree;
28170
28263
  exports.Terminal = Terminal;