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: {
139139 { name : 'typewriter-editor' }
140140 ]
141141 } ,
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- } ,
152142 {
153143 title : 'Data visualization' ,
154144 packages : [
@@ -321,6 +311,17 @@ const FEATURED: {
321311 }
322312 ]
323313 } ,
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+ } ,
324325 {
325326 title : 'Routing' ,
326327 description :
You can’t perform that action at this time.
0 commit comments