tailwindlabs / heroicons

A set of free MIT-licensed high-quality SVG icons for UI development.
https://heroicons.com
MIT License
21.03k stars 1.27k forks source link

Fill colour on Academic Cap icon - Outline set. #849

Closed claytsm closed 1 year ago

claytsm commented 1 year ago

Using Laravel Nova with a custom Menu and Icon.

For ref:

MenuSection::make('Education', [
       MenuItem::resource(OnlineCourse::class),
])->icon('academic-cap')->collapsable(),

Rendered icon has a fill colour in both shapes making up the Academic Cap.

Screenshot 2022-10-07 at 12 05 38
thecrypticace commented 1 year ago

The latest versions in both v2 and v1 do not have a fill color for the academic cap in the outline style — while in Laravel Nova the embedded version does. I'll open an issue over there.