blade-ui-kit / blade-heroicons

A package to easily make use of Heroicons in your Laravel Blade views.
https://blade-ui-kit.com/blade-icons
MIT License
560 stars 50 forks source link

Package is missing icons? #39

Closed philharmonie closed 1 year ago

philharmonie commented 1 year ago

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 1 year ago

It exists? https://github.com/blade-ui-kit/blade-heroicons/blob/main/resources/svg/m-arrow-path.svg

philharmonie commented 1 year ago

Did you try to reproduce the issue before you closed it? It does not exist in the package

driesvints commented 1 year ago

It just works for me:

<x-heroicon-m-arrow-path />
Screenshot 2023-07-27 at 13 49 48
philharmonie commented 1 year ago

Thank you for testing. Any idea why some icons could not be downloaded? Locally this icon does not exist.

driesvints commented 1 year ago

I'm not sure.. it should just come with packagist.

driesvints commented 1 year ago

You might have an older version?

driesvints commented 1 year ago

Ah sorry, I now see you reported this as v1. The package is at v2 which should have this icon.

philharmonie commented 1 year ago

That's it! I just used the version that shows up on the right in the repo. Using ^2 fixed it!

driesvints commented 1 year ago

Ah that's a good spot. I fixed that to be 2.1.0 now. Thanks!