UNPKG

react-native-unicons

Version:
9 lines (8 loc) 442 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgArrowRight(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M17.92 11.62a1 1 0 00-.21-.33l-5-5a1 1 0 00-1.42 1.42l3.3 3.29H7a1 1 0 000 2h7.59l-3.3 3.29a1 1 0 000 1.42 1 1 0 001.42 0l5-5a1 1 0 00.21-.33 1 1 0 000-.76z" fill="currentColor"/> </Svg>); } export default SvgArrowRight;