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

Why I can't use all FontAwesome icons? Ex.: 'chart-line' #1578

Closed JoaoHamerski closed 6 months ago

JoaoHamerski commented 6 months ago

I can use almost all FW icons, but some of them aren't available:

ERROR Warning: Failed prop type: Invalid prop name of value chart-line supplied to Icon, expected one of ["glass","music","search","envelope-o","heart","star","star-o","user","film","th-large","th","th-list","check","remove","close","times","search-plus","search-minus","power-off","signal","gear","cog","trash-o","home","file-o","clock-o","road","download","arrow-circle-o-down","arrow-circle-o-up","inbox","play-circle-o","rotate-right", .......

I'm using:

import Icon from 'react-native-vector-icons/FontAwesome'

The icons I'm importing:

project.ext.vectoricons = [
    iconFontNames: ['FontAwesome6_Solid.ttf', 'FontAwesome6_Brands.ttf']
]

Is it intended?