We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3da710 commit 68d783dCopy full SHA for 68d783d
packages/icons/README.md
@@ -31,6 +31,20 @@ import { Close } from "@vibe/icons/lazy";
31
import { Close as CloseSvg } from "@vibe/icons/raw";
32
```
33
34
+#### Using Meta Information
35
+
36
+The meta export provides detailed metadata for each icon, including:
37
38
+- `name`: The name of the icon.
39
+- `file`: The SVG file name.
40
+- `description`: A description of the icon's purpose or usage.
41
+- `tags`: Associated tags as a comma-separated string.
42
43
+This metadata can be used to programmatically work with icons, such as building custom icon pickers or managing icons in your project.
44
45
+```javascript
46
+import iconsMetaData from "@vibe/icons/meta";
47
+```
48
49
## Peer dependencies
50
0 commit comments