File tree Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Expand file tree Collapse file tree 1 file changed +11
-10
lines changed Original file line number Diff line number Diff line change @@ -139,16 +139,6 @@ const FEATURED: {
139
139
{ name : 'typewriter-editor' }
140
140
]
141
141
} ,
142
- {
143
- title : 'Icons' ,
144
- packages : [
145
- { name : '@iconify/tailwind4' } ,
146
- { name : '@unocss/preset-icons' } ,
147
- { name : '@lucide/svelte' , description : 'Beautiful and consistent icons' } ,
148
- { name : 'svelte-awesome' , description : 'Font Awesome icons for Svelte' } ,
149
- { name : 'phosphor-svelte' , description : 'A clean and friendly icon family' }
150
- ]
151
- } ,
152
142
{
153
143
title : 'Data visualization' ,
154
144
packages : [
@@ -321,6 +311,17 @@ const FEATURED: {
321
311
}
322
312
]
323
313
} ,
314
+ {
315
+ title : 'Icons' ,
316
+ description : 'Read the <a href="/docs/kit/icons">documentation about icons</a> when choosing how to handle icons in Svelte' ,
317
+ packages : [
318
+ { name : '@iconify/tailwind4' } ,
319
+ { name : '@unocss/preset-icons' } ,
320
+ { name : '@lucide/svelte' , description : 'Beautiful and consistent icons' } ,
321
+ { name : 'svelte-awesome' , description : 'Font Awesome icons for Svelte' } ,
322
+ { name : 'phosphor-svelte' , description : 'A clean and friendly icon family' }
323
+ ]
324
+ } ,
324
325
{
325
326
title : 'Routing' ,
326
327
description :
You can’t perform that action at this time.
0 commit comments