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.31k stars 2.12k forks source link

Feather icon set is deprecated and buggy, we probably need to switch to its successor is Lucide #1470

Open Noitidart opened 1 year ago

Noitidart commented 1 year ago

Environment

All environments.

Description

This is combo of bug and/or feature request. But Feather icons is deprecated end of life, many requests to fix bugs, etc are falling flat. To fix the bugs with the feather icon set (like not showing right depending on DPI of phone), we may not want outdated things in expo and instead uses it successor.

These mention successor is Lucide - https://github.com/lucide-icons/lucide

I learned about here from - https://github.com/expo/expo/issues/19497

Reproducible Demo

One of the many bugs with Feather is seen here - https://icons.expo.fyi/Feather/chrome - with high DPI you will see glitches - image

The correct way it should render is - seen on Lucide - https://lucide.dev/?search=chrome

image