Closed pixel-glyph closed 3 years ago
Thank you for reporting this. This issue has been sent to our SVG team
We have replaces the SVG for this image. Please validate it by reinstalling the npm package and checking it out again
@cbrwizard Awesome, thanks for the quick response!
Unfortunately, after reinstalling the package, the icon appears to be the same.
Looks like you're right, we're having a bug with cache. Could you try downloading an SVG directly from this page meanwhile? https://app.streamlinehq.com/icons/streamline-regular/building-construction/buildings/building-1
Thanks @cbrwizard. For now I'll use the SVG directly and update once the caching issue has been resolved 👍
We have recently recreated all assets and released a new NPM 3.0.1 version, please install it, fetch newest images and check if it solves your issue.
Closing this issue since I believe it's fixed. Feel free to respond if you think otherwise
When importing the Building1 icon and setting a fill color, it does not get applied due to the structure of the icon, i.e. the shape that forms the front of the building is not a single entity, and so a fill cannot be applied. It would be great if the SVG could be rebuilt to allow a defined fill and prevent any background color from coming through.
Example of what is desired (with a white fill):
Example of current state (without a fill):
Specific icon import:
import Building1 from '@streamlinehq/streamlinehq/img/streamline-regular/building-1-6nlwop.svg'
Apologies if this is not the right place to raise this issue.