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

How to use outline version of icons? #1356

Open flyingangel opened 3 years ago

flyingangel commented 3 years ago

Environment

Linux, Android react-native-vector-icons 8.1.0

Description

Cannot include different state of icons such as Outline, Rounded, etc.. of Google icons https://fonts.google.com/icons?selected=Material+Icons

Demo

import Icon from 'react-native-vector-icons/MaterialIcons';
<Icon size={30} name="backspace-outline" />
christophemenager commented 2 years ago

This is not supported by the library for now

flyingangel commented 2 years ago

Any plan of supporting latest version of Google icons?

jsproede commented 2 years ago

Hi @flyingangel. We had the same issue that some icons were missing in this library. Therefore we created a fork and opened a pull request containing updated Material Icons and outlined Material Icons as described in our pull request #1372 :)