feathericons / feather

Simply beautiful open-source icons
https://feathericons.com
MIT License
24.98k stars 1.22k forks source link

Icons on web cut #971

Open maki3000 opened 4 years ago

maki3000 commented 4 years ago

The icons on web are sometimes cut. Do I do something wrong? On iOS they're coming perfectly nice, thanks!

Here's a screenshot from the web in dev-mode of the send icon:

feather-send-web
import { Feather } from "@expo/vector-icons";
...
<Feather
    name="send"
    color={color}
    size={size}
/>
...
patrkjr commented 3 years ago

I'm experiencing the same isssue.