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

Can't install @iconify-icons/f7 -- 404 #111

Closed theseamusjames closed 4 months ago

theseamusjames commented 4 months ago

I may be misunderstanding how this works, but I'm trying this command:

npm install --save-dev "@iconify-icons/f7"

According to the documentation :

There are 2 versions of packages available on NPM:

@iconify-icons/{prefix} that contains data as ES modules for modern development.

I see the f7.json file listed in the icon-sets repo -- is that not the correct prefix?

cyberalien commented 4 months ago

Those packages are deprecated. See notice in documentation.

theseamusjames commented 4 months ago

@cyberalien Ah, wasn't clear to me that this was a split icon package. Thanks, this can be closed.