iconify / icon-sets

150+ open source icon sets. Icons are validated, cleaned up, optimised, ready to render as SVG. Updated automatically 3 times a week.
https://icon-sets.iconify.design/
565 stars 54 forks source link

`collection.total` count incorrect? #116

Closed kaitoukid-1412 closed 3 months ago

kaitoukid-1412 commented 3 months ago

Example pick: Ant Design Icons

image image image image

"dependencies": {
    "@iconify/json": "^2.2.200",
  }

Please consider updating the collections.json file

cyberalien commented 3 months ago

It is correct. Total does not count duplicate icons (icons that have multiple names) and hidden icons (icons that were removed - they are still in icon set file to avoid breaking stuff for users who use them, but marked as hidden).

kaitoukid-1412 commented 3 months ago

@cyberalien My bad 😅