@sikka/hawa 0.16.12-next → 0.16.13-next

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/index.js CHANGED
@@ -3499,16 +3499,10 @@ var Label2 = React14.forwardRef(function(_param, ref) /* @__PURE__ */ {
3499
3499
  cx: "12",
3500
3500
  cy: "12",
3501
3501
  r: "10"
3502
- }), /* @__PURE__ */ React14.createElement("line", {
3503
- x1: "12",
3504
- x2: "12",
3505
- y1: "8",
3506
- y2: "12"
3507
- }), /* @__PURE__ */ React14.createElement("line", {
3508
- x1: "12",
3509
- x2: "12.01",
3510
- y1: "16",
3511
- y2: "16"
3502
+ }), /* @__PURE__ */ React14.createElement("path", {
3503
+ d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3"
3504
+ }), /* @__PURE__ */ React14.createElement("path", {
3505
+ d: "M12 17h.01"
3512
3506
  }))));
3513
3507
  });
3514
3508
  Label2.displayName = "Label";
package/dist/index.mjs CHANGED
@@ -2731,8 +2731,8 @@ var Label2 = React14.forwardRef(
2731
2731
  strokeLinejoin: "round"
2732
2732
  },
2733
2733
  /* @__PURE__ */ React14.createElement("circle", { cx: "12", cy: "12", r: "10" }),
2734
- /* @__PURE__ */ React14.createElement("line", { x1: "12", x2: "12", y1: "8", y2: "12" }),
2735
- /* @__PURE__ */ React14.createElement("line", { x1: "12", x2: "12.01", y1: "16", y2: "16" })
2734
+ /* @__PURE__ */ React14.createElement("path", { d: "M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" }),
2735
+ /* @__PURE__ */ React14.createElement("path", { d: "M12 17h.01" })
2736
2736
  )))
2737
2737
  );
2738
2738
  Label2.displayName = "Label";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sikka/hawa",
3
- "version": "0.16.12-next",
3
+ "version": "0.16.13-next",
4
4
  "main": "./dist/index.js",
5
5
  "types": "./dist/index.d.ts",
6
6
  "exports": {