resolvetosavelives / healthicons

A collection of open source icons for public health projects.
https://healthicons.org
MIT License
622 stars 48 forks source link

Bugs in recently added icons #145

Closed cyberalien closed 1 year ago

cyberalien commented 2 years ago

Icon public/icons/svg/filled/body/nose.svg contains these shapes:

<path d="M32 38C34.2923 36.5714 36.6763 31.4286 33.3754 28" stroke="#7DB0FC" stroke-width="2" stroke-linecap="round"/>
<path d="M27.5505 36.9488C26.8404 37.211 24.8876 36.4024 24 35.9653C25.4794 35.419 28.5269 34.523 28.882 35.3097C29.3258 36.2932 28.4381 36.621 27.5505 36.9488Z" fill="#7DB0FC"/>

They seem to be leftovers from design stage and can be removed. There are correct #333 shapes placed above those shapes.

Icon public/icons/svg/outline/body/gallbladder.svg uses fill="black" instead of fill="#333333".