blode-icons-react 0.3.6 → 0.3.8

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/x-filled.js CHANGED
@@ -2,7 +2,7 @@ import { createLucideIcon } from './create-lucide-icon';
2
2
  import * as React from "react";
3
3
  import { forwardRef } from "react";
4
4
  const XFilledIcon = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ref: ref, ...props },
5
- React.createElement("path", { fill: "currentColor", d: "M17.4033 3.5h2.8819l-6.2962 7.201 7.407 9.799h-5.7996l-4.5424-5.943L5.8564 20.5H2.9727l6.7344-7.7023L2.6016 3.5h5.9468l4.106 5.4322zm-1.0115 15.2738h1.5969L7.6807 5.1355H5.967z" }));
5
+ React.createElement("path", { fill: "currentColor", d: "M16.793 5.7929c.3905-.3905 1.0235-.3905 1.414 0s.3905 1.0235 0 1.414L13.414 12l4.793 4.793c.3905.3905.3905 1.0235 0 1.4141s-1.0235.3905-1.414 0L12 13.414l-4.793 4.793c-.3905.3905-1.0235.3905-1.414 0-.3906-.3906-.3906-1.0236 0-1.4141l4.7929-4.793-4.793-4.793c-.3905-.3905-.3905-1.0235 0-1.414s1.0236-.3905 1.4141 0L12 10.5859z" }));
6
6
  const ForwardRef = forwardRef(XFilledIcon);
7
7
  export default createLucideIcon('XFilledIcon', ForwardRef);
8
8
  //# sourceMappingURL=x-filled.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"x-filled.js","sourceRoot":"","sources":["../src/x-filled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AACvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,IAAI,EAAC,cAAc,EAAC,CAAC,EAAC,kLAAkL,GAAG,CAAM,CAAC;AAC7Z,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,gBAAgB,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"x-filled.js","sourceRoot":"","sources":["../src/x-filled.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AACvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,MAAM,WAAW,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,IAAI,EAAC,cAAc,EAAC,CAAC,EAAC,uUAAuU,GAAG,CAAM,CAAC;AACljB,MAAM,UAAU,GAAG,UAAU,CAAC,WAAW,CAAC,CAAC;AAC3C,eAAe,gBAAgB,CAAC,aAAa,EAAE,UAAU,CAAC,CAAC"}
package/dist/x.js CHANGED
@@ -2,7 +2,7 @@ import { createLucideIcon } from './create-lucide-icon';
2
2
  import * as React from "react";
3
3
  import { forwardRef } from "react";
4
4
  const XIcon = (props, ref) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", width: 24, height: 24, fill: "none", viewBox: "0 0 24 24", ref: ref, ...props },
5
- React.createElement("path", { fill: "currentColor", d: "M17.4033 3.5h2.8819l-6.2962 7.201 7.407 9.799h-5.7996l-4.5424-5.943L5.8564 20.5H2.9727l6.7344-7.7023L2.6016 3.5h5.9468l4.106 5.4322zm-1.0115 15.2738h1.5969L7.6807 5.1355H5.967z" }));
5
+ React.createElement("path", { stroke: "currentColor", strokeLinecap: "round", strokeWidth: 2, d: "m6.5 6.5 11 11m0-11-11 11" }));
6
6
  const ForwardRef = forwardRef(XIcon);
7
7
  export default createLucideIcon('XIcon', ForwardRef);
8
8
  //# sourceMappingURL=x.js.map
package/dist/x.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"x.js","sourceRoot":"","sources":["../src/x.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AACvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,MAAM,KAAK,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,IAAI,EAAC,cAAc,EAAC,CAAC,EAAC,kLAAkL,GAAG,CAAM,CAAC;AACvZ,MAAM,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AACrC,eAAe,gBAAgB,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC"}
1
+ {"version":3,"file":"x.js","sourceRoot":"","sources":["../src/x.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,gBAAgB,EAAE,MAAM,sBAAsB,CAAA;AACvD,OAAO,KAAK,KAAK,MAAM,OAAO,CAAC;AAE/B,OAAO,EAAO,UAAU,EAAE,MAAM,OAAO,CAAC;AACxC,MAAM,KAAK,GAAG,CAAC,KAA8B,EAAE,GAAuB,EAAE,EAAE,CAAC,6BAAK,KAAK,EAAC,4BAA4B,EAAC,KAAK,EAAE,EAAE,EAAE,MAAM,EAAE,EAAE,EAAE,IAAI,EAAC,MAAM,EAAC,OAAO,EAAC,WAAW,EAAC,GAAG,EAAE,GAAG,KAAM,KAAK;IAAE,8BAAM,MAAM,EAAC,cAAc,EAAC,aAAa,EAAC,OAAO,EAAC,WAAW,EAAE,CAAC,EAAE,CAAC,EAAC,2BAA2B,GAAG,CAAM,CAAC;AACxS,MAAM,UAAU,GAAG,UAAU,CAAC,KAAK,CAAC,CAAC;AACrC,eAAe,gBAAgB,CAAC,OAAO,EAAE,UAAU,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "blode-icons-react",
3
- "version": "0.3.6",
3
+ "version": "0.3.8",
4
4
  "description": "Blode icons for React — drop-in lucide-react replacement",
5
5
  "module": "dist/index.js",
6
6
  "types": "dist/index.d.ts",