Skip to content

Commit 9cf14cc

Browse files
vwkdhuntabyte
andauthored
docs: fix renamed lucide icons (#1298)
Co-authored-by: Hunter Johnston <[email protected]>
1 parent 2b0a49c commit 9cf14cc

10 files changed

+130
-78
lines changed

pnpm-lock.yaml

+81-29
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sites/docs/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"embla-carousel-autoplay": "8.0.0-rc19",
7474
"embla-carousel-svelte": "8.0.0-rc19",
7575
"formsnap": "^0.5.1",
76-
"lucide-svelte": "^0.363.0",
76+
"lucide-svelte": "^0.447.0",
7777
"mode-watcher": "^0.2.2",
7878
"nanoid": "^5.0.6",
7979
"paneforge": "^0.0.2",

sites/docs/src/lib/registry/default/block/dashboard-02.svelte

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<script lang="ts">
22
import CircleUser from "lucide-svelte/icons/circle-user";
3-
import LineChart from "lucide-svelte/icons/line-chart";
3+
import ChartLine from "lucide-svelte/icons/chart-line";
44
import Package from "lucide-svelte/icons/package";
5-
import Home from "lucide-svelte/icons/home";
5+
import House from "lucide-svelte/icons/house";
66
import ShoppingCart from "lucide-svelte/icons/shopping-cart";
77
import Bell from "lucide-svelte/icons/bell";
88
import Menu from "lucide-svelte/icons/menu";
@@ -37,7 +37,7 @@
3737
href="##"
3838
class="text-muted-foreground hover:text-primary flex items-center gap-3 rounded-lg px-3 py-2 transition-all"
3939
>
40-
<Home class="h-4 w-4" />
40+
<House class="h-4 w-4" />
4141
Dashboard
4242
</a>
4343
<a
@@ -70,7 +70,7 @@
7070
href="##"
7171
class="text-muted-foreground hover:text-primary flex items-center gap-3 rounded-lg px-3 py-2 transition-all"
7272
>
73-
<LineChart class="h-4 w-4" />
73+
<ChartLine class="h-4 w-4" />
7474
Analytics
7575
</a>
7676
</nav>
@@ -117,7 +117,7 @@
117117
href="##"
118118
class="text-muted-foreground hover:text-foreground mx-[-0.65rem] flex items-center gap-4 rounded-xl px-3 py-2"
119119
>
120-
<Home class="h-5 w-5" />
120+
<House class="h-5 w-5" />
121121
Dashboard
122122
</a>
123123
<a
@@ -150,7 +150,7 @@
150150
href="##"
151151
class="text-muted-foreground hover:text-foreground mx-[-0.65rem] flex items-center gap-4 rounded-xl px-3 py-2"
152152
>
153-
<LineChart class="h-5 w-5" />
153+
<ChartLine class="h-5 w-5" />
154154
Analytics
155155
</a>
156156
</nav>

0 commit comments

Comments
 (0)