haruaki07 / phosphor-svelte

A clean and friendly icon family for Svelte
MIT License
127 stars 6 forks source link

Phosphor has released more icons since your last update #8

Closed hitaboy closed 1 year ago

hitaboy commented 1 year ago

Hi there,

Phosphor has released more icons since your last update here. You do have any plans to update phosphor-svelte?

Thanks!

haruaki07 commented 1 year ago

Hello, my apologies for being late to respond.

Yes, if any new icons are released, I will make sure to update them regularly. If you wish to contribute, please feel free to submit a PR.

hitaboy commented 1 year ago

Hi @haruaki07, I want to contrinute to this repo, updating it with the last icons. I cloned the repo and tried to build it but I got this error: [Error: ENOENT: no such file or directory, scandir '/Users//Documents//phosphor-svelte/core/assets'] I guess that I have to put all the phosphor icons there or something similar. Could you guide me a little bit? Please. If I learn the process I will take care of the updates. Thanks in advance !!!

haruaki07 commented 1 year ago

Hello @hitaboy, Its look like the phosphor-icons/core submodule hasn't been cloned yet. You can try run the following command first:

git submodule update --init --recursive

Then run build again. I hope this will help you.

hitaboy commented 1 year ago

Thank you ! I will try to pull request if any day I see that it is not up to date.