Skip to content

Commit 8c45001

Browse files
committed
fix: by @Myestery
1 parent d1545f1 commit 8c45001

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ pnpm format
255255
The project supports three types of icons, all with automatic imports (no manual imports needed):
256256

257257
1. **PrimeIcons** - Built-in PrimeVue icons using CSS classes: `<i class="pi pi-plus" />`
258-
2. **Iconify Icons** - 200,000+ icons from various libraries: `<i class="icon-[lucide--settings]" />`, `<iclass="icon-[mdi--folder]" />`
258+
2. **Iconify Icons** - 200,000+ icons from various libraries: `<i class="icon-[lucide--settings]" />`, `<i class="icon-[mdi--folder]" />`
259259
3. **Custom Icons** - Your own SVG icons: `<i-comfy:workflow />`
260260

261261
Icons are powered by the unplugin-icons system, which automatically discovers and imports icons as Vue components. Custom icons are stored in `packages/design-system/src/icons/` and processed by `packages/design-system/src/iconCollection.ts` with automatic validation.

0 commit comments

Comments
 (0)