From 6069af0a78bae2fddf8a05e75dee1b5bdb01a22f Mon Sep 17 00:00:00 2001 From: shaharzil Date: Sun, 12 Jan 2025 14:35:39 +0200 Subject: [PATCH] removed category and ignore from readme --- packages/icons/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/icons/README.md b/packages/icons/README.md index b621b50412..a720c73205 100644 --- a/packages/icons/README.md +++ b/packages/icons/README.md @@ -39,8 +39,6 @@ The meta export provides detailed metadata for each icon, including: - `file`: The SVG file name. - `description`: A description of the icon's purpose or usage. - `tags`: Associated tags as a comma-separated string. -- `category`: (Optional) Icon categories such as `Basic`, `Platform`, or `View`. -- `ignore`: (Optional) Indicates if the icon should be ignored. This metadata can be used to programmatically work with icons, such as building custom icon pickers or managing icons in your project.