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

Remove white background from academic cap icon #10

Closed satoved closed 4 years ago

satoved commented 4 years ago

For some reason the icon has a hardcoded #fff fill, which it doesn't have in the original code.

driesvints commented 4 years ago

@satoved I agree but I think staying on pair with the Heroicons original ones is more important. So it's probably best that you open an issue or pr on the tailwindlabs repo:

https://github.com/tailwindlabs/heroicons/blob/master/optimized/outline/academic-cap.svg?short_path=c23120b#L2

Thanks!