oblador / react-native-vector-icons

Customizable Icons for React Native with support for image source and full styling.
https://oblador.github.io/react-native-vector-icons/
MIT License
17.39k stars 2.12k forks source link

Feather "share-2" icon rendering wrong #1309

Open Vista1nik opened 3 years ago

Vista1nik commented 3 years ago

Environment

PC OS: Fedora Linux 33 OS: Android 10 (MIUI 12) RNVI Version: Expo

Description

Feather "share-2" icon rendering wrong: Screenshot from 2021-02-20 17-59-40

Reproducible Demo

https://snack.expo.io/eY-AytKfr

WesleyAC commented 3 years ago

This appears to be an artifact of the SVG to TTF conversion process, the Feather.ttf that is distributed by Icomoon doesn't show this problem (you can see this via CharMap).

I'm not sure what the benefit of the SVG to TTF pipeline is, although it does seem like the Icomoon TTF file isn't a drop-in replacement for the generated one, unfortunately.