UNPKG

react-native-unicons

Version:
9 lines (8 loc) 390 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgCaretRight(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M19.5 11.13l-14-8.08a1 1 0 00-1 0 1 1 0 00-.5.87v16.16a1 1 0 00.5.87 1 1 0 001 0l14-8.08a1 1 0 000-1.74zM6 18.35V5.65L17 12z" fill="currentColor"/> </Svg>); } export default SvgCaretRight;