UNPKG

react-native-unicons

Version:
9 lines (8 loc) 412 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgAngleRight(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M14.83 11.29l-4.24-4.24a1 1 0 00-1.42 0 1 1 0 000 1.41L12.71 12l-3.54 3.54a1 1 0 000 1.41 1 1 0 00.71.29 1 1 0 00.71-.29l4.24-4.24a1 1 0 000-1.42z" fill="currentColor"/> </Svg>); } export default SvgAngleRight;