google / material-design-icons

Material Design icons by Google (Material Symbols)
http://google.github.io/material-design-icons/
Apache License 2.0
50.56k stars 9.57k forks source link

Sharp set: Home icon preview / asset discrepancy #1137

Open lconnolly opened 3 years ago

lconnolly commented 3 years ago

It seems as though the "home" icon differs between its preview and the asset that is available for download:

https://material.io/resources/icons/?icon=home&style=sharp

I tried several SVG resolutions, as well as PNG, and they all seem to have "eaves" on the side of the house, whereas in the preview, the roof stops at the walls. A minor issue, but may prevent folks from finding the correct icon.

RoelN commented 3 years ago

It looks like it's intentional with the Rounded icons, but indeed some of the SVG assets in this repo seem to erroneously miss the "eaves", e.g. https://github.com/google/material-design-icons/blob/master/src/action/home_filled/materialicons/24px.svg

Thanks for reporting!