Skip to content

Commit 9498c36

Browse files
committed
add unplugin-icons
1 parent f21fffa commit 9498c36

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,8 @@ const FEATURED: {
308308
{ name: '@unocss/preset-icons' },
309309
{ name: '@lucide/svelte', description: 'Beautiful and consistent icons' },
310310
{ name: 'svelte-awesome', description: 'Font Awesome icons for Svelte' },
311-
{ name: 'phosphor-svelte', description: 'A clean and friendly icon family' }
311+
{ name: 'phosphor-svelte', description: 'A clean and friendly icon family' },
312+
{ name: 'unplugin-icons', description: 'A Vite plugin that provides icons on demand' }
312313
]
313314
},
314315
{
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
{
2+
"name": "unplugin-icons",
3+
"npm_description": "Access thousands of icons as components on-demand universally",
4+
"repo_url": "https://github.com/unplugin/unplugin-icons",
5+
"authors": ["userquin", "antfu", "sxzz", "hannoeru"],
6+
"homepage": "https://github.com/unplugin/unplugin-icons#readme",
7+
"version": "22.4.2",
8+
"downloads": 337109,
9+
"github_stars": 38856,
10+
"updated": "2025-10-02T02:34:15.560Z",
11+
"svelte_range": "^3.0.0 || ^4.0.0 || ^5.0.0",
12+
"typescript": true,
13+
"runes": true,
14+
"last_rune_check_version": "0.0.1"
15+
}

0 commit comments

Comments
 (0)