Skip to content

Commit cd34445

Browse files
committed
docs: add link to icons documentation
1 parent f30bb1b commit cd34445

File tree

1 file changed

+11
-10
lines changed

1 file changed

+11
-10
lines changed

apps/svelte.dev/src/lib/packages-meta.ts

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)