Package is missing icons?
philharmonie opened this issue · 9 comments
philharmonie commented
- Library Version: 1.4.0
- Laravel Version: 10.13.5
- PHP Version: 8.2.8
Description:
Just one example: Heroicons has a icon called arrow-path
.
The package does not have this.
Steps To Reproduce:
composer require blade-ui-kit/blade-heroicons
find vendor/blade-ui-kit/blade-heroicons -type f -name "*path*"
driesvints commented
philharmonie commented
Did you try to reproduce the issue before you closed it? It does not exist in the package
driesvints commented
philharmonie commented
Thank you for testing. Any idea why some icons could not be downloaded? Locally this icon does not exist.
driesvints commented
I'm not sure.. it should just come with packagist.
driesvints commented
You might have an older version?
driesvints commented
Ah sorry, I now see you reported this as v1. The package is at v2 which should have this icon.
philharmonie commented
That's it! I just used the version that shows up on the right in the repo. Using ^2 fixed it!
driesvints commented
Ah that's a good spot. I fixed that to be 2.1.0 now. Thanks!