Current behaviour
"triangle-down" and "triangle-down-outline" are not recognized when using <Icon source="">
Expected behaviour
"triangle-down" and "triangle-down-outline" should work like any other Material Design Icons from https://pictogrammers.com/library/mdi/.
How to reproduce?
<Icon source="triangle-down" size={20}>
<Icon source="triangle-down-outline" size={20}>
Observe that an interrogation point is displayed with an error "Warning: Failed prop type: Invalid prop name of value triangle-down-outline supplied to Icon" or "Warning: Failed prop type: Invalid prop name of value triangle-down supplied to Icon"
Current behaviour
"triangle-down" and "triangle-down-outline" are not recognized when using
<Icon source="">Expected behaviour
"triangle-down" and "triangle-down-outline" should work like any other Material Design Icons from https://pictogrammers.com/library/mdi/.
How to reproduce?
Observe that an interrogation point is displayed with an error "Warning: Failed prop type: Invalid prop
nameof valuetriangle-down-outlinesupplied toIcon" or "Warning: Failed prop type: Invalid propnameof valuetriangle-downsupplied toIcon"