@xipkg/icons 2.3.0 → 2.4.0

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 (2) hide show
  1. package/dist/index.mjs +3 -3
  2. package/package.json +2 -2
package/dist/index.mjs CHANGED
@@ -1758,9 +1758,9 @@ var Cursor = (_a) => {
1758
1758
  return /* @__PURE__ */ jsx131(Svg, __spreadProps(__spreadValues({}, props), { children: /* @__PURE__ */ jsx131(
1759
1759
  "path",
1760
1760
  {
1761
- xmlns: "http://www.w3.org/2000/svg",
1762
- d: "M9 10.819v4.439l.31-.301c.84-.817 1.814-1.727 1.831-1.71.01.011.269.639.574 1.396.796 1.973.924 2.269 1.039 2.406.365.434 1.218.22 1.407-.353.076-.229.029-.4-.303-1.121-.172-.371-.523-1.152-.78-1.735l-.469-1.06 1.355-.011c.746-.005 1.356-.023 1.356-.04 0-.016-1.422-1.451-3.16-3.189L9 6.38v4.439",
1763
- fillRule: "evenodd"
1761
+ fillRule: "evenodd",
1762
+ clipRule: "evenodd",
1763
+ d: "M2.75539 5.38753C2.03 3.72184 3.72192 2.02994 5.3876 2.75533L20.4076 9.29639C22.1573 10.0584 21.9474 12.6046 20.0965 13.0697L14.4809 14.4809L13.0698 20.0964C12.6047 21.9474 10.0584 22.1573 9.29644 20.4075L2.75539 5.38753ZM4.58905 4.58899L11.1301 19.609L12.5412 13.9934C12.7208 13.2788 13.2789 12.7208 13.9935 12.5412L19.6091 11.1301L4.58905 4.58899Z"
1764
1764
  }
1765
1765
  ) }));
1766
1766
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xipkg/icons",
3
- "version": "2.3.0",
3
+ "version": "2.4.0",
4
4
  "main": "./dist/index.mjs",
5
5
  "module": "./dist/index.mjs",
6
6
  "types": "./dist/index.d.mts",
@@ -45,4 +45,4 @@
45
45
  "author": "xi.effect",
46
46
  "description": "Icons component for xi.effect design system",
47
47
  "gitHead": ""
48
- }
48
+ }