@grafana/components 0.0.56 → 0.0.57

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.
@@ -4840,6 +4840,12 @@ const Earth = ({ title = "Earth", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs
4840
4840
  ] });
4841
4841
  Earth.fill = "none";
4842
4842
 
4843
+ const Easel = ({ title = "Easel", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
4844
+ title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
4845
+ /* @__PURE__ */ jsxRuntime.jsx("path", { d: "m19 11-1.296-1.296a2.4 2.4 0 0 0-3.408 0L9 15m3.005-12.995v1M4 15h4.005m0 0h4m-4 0-2 6m6-6h4m-4 0v7m4-7H20m-3.995 0 2 6M10 9a1 1 0 1 0 0-2 1 1 0 0 0 0 2ZM7 3h10a2 2 0 0 1 2 2v10H5V5a2 2 0 0 1 2-2Z" })
4846
+ ] });
4847
+ Easel.fill = "none";
4848
+
4843
4849
  const Eclipse = ({ title = "Eclipse", ...props }) => /* @__PURE__ */ jsxRuntime.jsxs("svg", { viewBox: "0 0 24 24", ...props, children: [
4844
4850
  title && /* @__PURE__ */ jsxRuntime.jsx("title", { children: title }),
4845
4851
  /* @__PURE__ */ jsxRuntime.jsx("circle", { cx: "12", cy: "12", r: "10" }),
@@ -14678,6 +14684,7 @@ const AllIcons = {
14678
14684
  Ear,
14679
14685
  EarthLock,
14680
14686
  Earth,
14687
+ Easel,
14681
14688
  Eclipse,
14682
14689
  Edit2,
14683
14690
  Edit3,
@@ -19523,6 +19530,24 @@ const iconMetaData = {
19523
19530
  "connection"
19524
19531
  ],
19525
19532
  Earth: ["world", "browser", "language", "translate", "globe"],
19533
+ Easel: [
19534
+ "canvas",
19535
+ "screen",
19536
+ "whiteboard",
19537
+ "marker pens",
19538
+ "markers",
19539
+ "blackboard",
19540
+ "chalk",
19541
+ "easel",
19542
+ "school",
19543
+ "learning",
19544
+ "lesson",
19545
+ "office",
19546
+ "meeting",
19547
+ "project",
19548
+ "planning",
19549
+ "presentation"
19550
+ ],
19526
19551
  Eclipse: [
19527
19552
  "lunar",
19528
19553
  "solar",
@@ -27151,6 +27176,7 @@ exports.Ear = Ear;
27151
27176
  exports.EarOff = EarOff;
27152
27177
  exports.Earth = Earth;
27153
27178
  exports.EarthLock = EarthLock;
27179
+ exports.Easel = Easel;
27154
27180
  exports.Eclipse = Eclipse;
27155
27181
  exports.Edit = Edit;
27156
27182
  exports.Edit2 = Edit2;