Skip to content

Commit b588e91

Browse files
committed
fix: upgrade lucide + simple-icons and replace "ban.svg" with "pencil-off.svg"
1 parent 6697f57 commit b588e91

File tree

530 files changed

+623
-623
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

530 files changed

+623
-623
lines changed

package-lock.json

Lines changed: 5 additions & 5 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -251,7 +251,7 @@
251251
"eslint-plugin-wc": "^2.1.0",
252252
"glob": "^10.3.10",
253253
"globals": "^15.7.0",
254-
"lucide-static": "^0.379.0",
254+
"lucide-static": "^0.407.0",
255255
"msw": "^1.3.2",
256256
"playwright-msw": "^3.0.1",
257257
"prettier": "3.3.2",
@@ -262,7 +262,7 @@
262262
"rollup-plugin-esbuild": "^6.1.1",
263263
"rollup-plugin-import-css": "^3.5.0",
264264
"rollup-plugin-web-worker-loader": "^1.6.1",
265-
"simple-icons": "^13.0.0",
265+
"simple-icons": "^13.1.0",
266266
"storybook": "^7.6.17",
267267
"tiny-glob": "^0.2.9",
268268
"tsc-alias": "^1.8.8",

src/packages/core/icon-registry/icon-dictionary.json

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1098,7 +1098,7 @@
10981098
},
10991099
{
11001100
"name": "icon-home",
1101-
"file": "home.svg"
1101+
"file": "house.svg"
11021102
},
11031103
{
11041104
"name": "icon-hourglass",
@@ -1810,8 +1810,7 @@
18101810
},
18111811
{
18121812
"name": "icon-readonly",
1813-
"file": "ban.svg",
1814-
"legacy": true
1813+
"file": "pencil-off.svg"
18151814
},
18161815
{
18171816
"name": "icon-receipt-alt",

src/packages/core/icon-registry/icons.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1504,7 +1504,7 @@ name: "icon-re-post",
15041504
path: () => import("./icons/icon-re-post.js"),
15051505
},{
15061506
name: "icon-readonly",
1507-
legacy: true,
1507+
15081508
path: () => import("./icons/icon-readonly.js"),
15091509
},{
15101510
name: "icon-receipt-alt",

src/packages/core/icon-registry/icons/icon-activity.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.379.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.407.0 - ISC -->
22
<svg
33
class="lucide lucide-activity"
44
xmlns="http://www.w3.org/2000/svg"

src/packages/core/icon-registry/icons/icon-add.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.379.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.407.0 - ISC -->
22
<svg
33
class="lucide lucide-plus"
44
xmlns="http://www.w3.org/2000/svg"
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.379.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.407.0 - ISC -->
22
<svg
33
class="lucide lucide-book-user"
44
xmlns="http://www.w3.org/2000/svg"
@@ -9,8 +9,8 @@ export default `<!-- @license lucide-static v0.379.0 - ISC -->
99
stroke-linecap="round"
1010
stroke-linejoin="round"
1111
>
12-
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H20v20H6.5a2.5 2.5 0 0 1 0-5H20" />
13-
<circle cx="12" cy="8" r="2" />
1412
<path d="M15 13a3 3 0 1 0-6 0" />
13+
<path d="M4 19.5v-15A2.5 2.5 0 0 1 6.5 2H19a1 1 0 0 1 1 1v18a1 1 0 0 1-1 1H6.5a1 1 0 0 1 0-5H20" />
14+
<circle cx="12" cy="8" r="2" />
1515
</svg>
1616
`;

src/packages/core/icon-registry/icons/icon-alarm-clock.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.379.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.407.0 - ISC -->
22
<svg
33
class="lucide lucide-alarm-clock"
44
xmlns="http://www.w3.org/2000/svg"

src/packages/core/icon-registry/icons/icon-alert-alt.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.379.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.407.0 - ISC -->
22
<svg
33
class="lucide lucide-triangle-alert"
44
xmlns="http://www.w3.org/2000/svg"

src/packages/core/icon-registry/icons/icon-alert.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
export default `<!-- @license lucide-static v0.379.0 - ISC -->
1+
export default `<!-- @license lucide-static v0.407.0 - ISC -->
22
<svg
33
class="lucide lucide-triangle-alert"
44
xmlns="http://www.w3.org/2000/svg"

0 commit comments

Comments
 (0)