react-native-vector-icons icon indicating copy to clipboard operation
react-native-vector-icons copied to clipboard

How to use outline version of icons?

Open flyingangel opened this issue 3 years ago • 3 comments

  • [x] Review the documentation: https://github.com/oblador/react-native-vector-icons
  • [X] Search for existing issues (including closed ones): https://github.com/oblador/react-native-vector-icons/issues

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" />

flyingangel avatar Jun 09 '21 10:06 flyingangel

This is not supported by the library for now

christophemenager avatar Jul 13 '21 14:07 christophemenager

Any plan of supporting latest version of Google icons?

flyingangel avatar Jul 14 '21 07:07 flyingangel

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 :)

jsproede avatar Aug 25 '21 05:08 jsproede