UNPKG

react-native-unicons

Version:
9 lines (8 loc) 501 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgArrowCircleRight(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M15.71 12.71a1 1 0 00.21-.33 1 1 0 000-.76 1 1 0 00-.21-.33l-3-3a1 1 0 00-1.42 1.42l1.3 1.29H9a1 1 0 000 2h3.59l-1.3 1.29a1 1 0 000 1.42 1 1 0 001.42 0zM22 12a10 10 0 10-10 10 10 10 0 0010-10zM4 12a8 8 0 118 8 8 8 0 01-8-8z" fill="currentColor"/> </Svg>); } export default SvgArrowCircleRight;