@sigx/lynx-icons-lucide 0.4.2 → 0.4.3
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 +2 -2
- package/package.json +5 -5
package/README.md
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# @sigx/lynx-icons-lucide
|
|
2
2
|
|
|
3
|
-
[Lucide](https://lucide.dev/) adapter for [`@sigx/lynx-icons`](
|
|
3
|
+
[Lucide](https://lucide.dev/) adapter for [`@sigx/lynx-icons`](https://github.com/signalxjs/lynx/tree/main/packages/lynx-icons). Reads icon data from the official `lucide` package and renders each glyph as a stroked SVG with the wrapper attributes (`fill="none"`, `stroke="currentColor"`, `stroke-width="2"`, rounded caps/joins) that match the Lucide design.
|
|
4
4
|
|
|
5
5
|
SVG-mode only — Lucide isn't distributed as a font.
|
|
6
6
|
|
|
@@ -65,4 +65,4 @@ The adapter is normally consumed by `@sigx/lynx-plugin`'s icons slice — these
|
|
|
65
65
|
|
|
66
66
|
## Reference app
|
|
67
67
|
|
|
68
|
-
`examples/showcase/src/screens/Settings.tsx` renders `<Icon set="lucide" name="search" />` and `<Icon set="lucide" name="bell" />` alongside FA glyphs in a card.
|
|
68
|
+
[`examples/showcase/src/screens/Settings.tsx`](https://github.com/signalxjs/lynx/blob/main/examples/showcase/src/screens/Settings.tsx) renders `<Icon set="lucide" name="search" />` and `<Icon set="lucide" name="bell" />` alongside FA glyphs in a card.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@sigx/lynx-icons-lucide",
|
|
3
|
-
"version": "0.4.
|
|
3
|
+
"version": "0.4.3",
|
|
4
4
|
"description": "Lucide adapter for @sigx/lynx-icons. SVG-mode only — lucide is not distributed as a font.",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.js",
|
|
@@ -25,16 +25,16 @@
|
|
|
25
25
|
],
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"lucide": "^1.0.0",
|
|
28
|
-
"@sigx/lynx": "^0.4.
|
|
29
|
-
"@sigx/lynx
|
|
28
|
+
"@sigx/lynx-icons": "^0.4.3",
|
|
29
|
+
"@sigx/lynx": "^0.4.3"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
32
|
"@types/node": "^25.9.1",
|
|
33
33
|
"@typescript/native-preview": "7.0.0-dev.20260521.1",
|
|
34
34
|
"lucide": "^1.16.0",
|
|
35
35
|
"typescript": "^6.0.3",
|
|
36
|
-
"@sigx/lynx": "^0.4.
|
|
37
|
-
"@sigx/lynx-icons": "^0.4.
|
|
36
|
+
"@sigx/lynx": "^0.4.3",
|
|
37
|
+
"@sigx/lynx-icons": "^0.4.3"
|
|
38
38
|
},
|
|
39
39
|
"author": "Andreas Ekdahl",
|
|
40
40
|
"license": "MIT",
|