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

Material Community Icon 'shield-account-variant-outline' not valid. #1436

Closed LouisLoiseau closed 11 months ago

LouisLoiseau commented 2 years ago

Environment

Platform: Web, via Expo

Description

Using 'shield-account-variant-outline' from material community icons, the debugger comes up with a warning saying the icon is not valid and a "?" shows in place of the icon. However, when looking into the glyphsmap from this package, it shows that this icon is correctly defined.

Reproducible Demo

It's just showing a "?" as it normally does when an icon is not found or valid.

cportela commented 2 years ago

This happens to me with many icons, timer-cog-outline is one of them

LouisLoiseau commented 2 years ago

Happens with 'gamepad-outline' too.

LouisLoiseau commented 2 years ago

Happens with 'arrow-right-bold-circle-outline' too.

abdelrahmansafwat commented 2 years ago

Happens with 'log' from Octicons

Rc85 commented 1 year ago

Also with

monitor-account monitor-arrow-down monitor-arrow-down-variant

Nomad-Nathan commented 1 year ago

It is because Material Community Icon in React-Native-vector-icon include icons up to v6.5.95. The library version is not 7.1.96. Could it be updated?

johnf commented 11 months ago

Has since been updated