blade-ui-kit/blade-heroicons

Package is missing icons?

philharmonie opened this issue · 9 comments

  • 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*"

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

It just works for me:

<x-heroicon-m-arrow-path />
Screenshot 2023-07-27 at 13 49 48

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

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

You might have an older version?

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

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

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