use MaterialCommunityIcons instead of MaterialIcons
See original GitHub issueDescribe the feature
Use MaterialCommunityIcons instead of MaterialIcons by default in all the components that take the icon
prop.
Motivation
I found out MaterialIcons lacks a lot of icons like logout
of thumb-up-outline
. But MaterialCommunityIcons looks like MaterialIcons and also have lots of other useful icons. Is there a reason you chose MaterialIcons? at least we can let the devs to select their preferences.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:5
- Comments:6 (3 by maintainers)
Top Results From Across the Web
How to use material community icons with react-native-vector ...
Follow the below steps -. Step - 1: Import the icon family. import { MaterialCommunityIcons } from '@expo/vector-icons';.
Read more >Example to Use React Native Vector Icons
Example contains how to integrate and use Vector Icons in React Native ... MaterialIcons by Google, Inc. (v3.0.1, 932 icons); MaterialCommunityIcons by ...
Read more >Material Icons Guide | Google Fonts
Material design system icons are simple, modern, friendly, and sometimes quirky. Each icon is created using our design guidelines to depict in simple...
Read more >material-icons - npm
Start using material-icons in your project by running `npm i ... filled.css and outlined.css instead of the default material-icons.css :.
Read more >Material Symbols and Icons - Google Fonts
Material Symbols are our newest icons consolidating over 2500 glyphs in a single font file with a wide range of design variants.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
you can render any icon you want from react-native-vector-icons by passing it as a prop
example
We’ll switch to
MaterialCommunityIcons
in 3.0.