UNPKG

react-native-unicons

Version:
9 lines (8 loc) 458 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgDirection(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M9.71 10.21L12 7.91l2.29 2.3a1 1 0 001.42 0 1 1 0 000-1.42l-3-3a1 1 0 00-1.42 0l-3 3a1 1 0 001.42 1.42zm4.58 4.58L12 17.09l-2.29-2.3a1 1 0 00-1.42 1.42l3 3a1 1 0 001.42 0l3-3a1 1 0 00-1.42-1.42z" fill="currentColor"/> </Svg>); } export default SvgDirection;