UNPKG

react-native-unicons

Version:
9 lines (8 loc) 436 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgArrowUp(props) { return (<Svg data-name="Layer 1" viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M17.71 11.29l-5-5a1 1 0 00-.33-.21 1 1 0 00-.76 0 1 1 0 00-.33.21l-5 5a1 1 0 001.42 1.42L11 9.41V17a1 1 0 002 0V9.41l3.29 3.3a1 1 0 001.42 0 1 1 0 000-1.42z" fill="currentColor"/> </Svg>); } export default SvgArrowUp;