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/README.md +9 -5
- package/dist/all-icons.d.ts +4 -0
- package/dist/all-icons.js +4 -0
- package/dist/all-icons.js.map +1 -1
- package/dist/bolt-filled.js +1 -1
- package/dist/bolt-filled.js.map +1 -1
- package/dist/bolt-new-filled.d.ts +2 -0
- package/dist/bolt-new-filled.js +8 -0
- package/dist/bolt-new-filled.js.map +1 -0
- package/dist/bolt-new.d.ts +2 -0
- package/dist/bolt-new.js +8 -0
- package/dist/bolt-new.js.map +1 -0
- package/dist/bolt.js +1 -1
- package/dist/bolt.js.map +1 -1
- package/dist/cross-medium-filled.d.ts +2 -0
- package/dist/cross-medium-filled.js +8 -0
- package/dist/cross-medium-filled.js.map +1 -0
- package/dist/cross-medium.d.ts +2 -0
- package/dist/cross-medium.js +8 -0
- package/dist/cross-medium.js.map +1 -0
- package/dist/dynamicIconImports.js +4 -0
- package/dist/dynamicIconImports.js.map +1 -1
- package/dist/x-filled.js +1 -1
- package/dist/x-filled.js.map +1 -1
- package/dist/x.js +1 -1
- package/dist/x.js.map +1 -1
- package/package.json +1 -1
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: "
|
|
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
|
package/dist/x-filled.js.map
CHANGED
|
@@ -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,
|
|
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", {
|
|
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,
|
|
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"}
|