UNPKG

react-native-unicons

Version:
9 lines (8 loc) 519 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgArrowsV(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M15.29 16.29L13 18.59V5.41l2.29 2.3a1 1 0 001.42 0 1 1 0 000-1.42l-4-4a1 1 0 00-.33-.21 1 1 0 00-.76 0 1 1 0 00-.33.21l-4 4a1 1 0 101.42 1.42L11 5.41v13.18l-2.29-2.3a1 1 0 10-1.42 1.42l4 4a1 1 0 00.33.21.94.94 0 00.76 0 1 1 0 00.33-.21l4-4a1 1 0 00-1.42-1.42z" fill="currentColor"/> </Svg>); } export default SvgArrowsV;