UNPKG

react-native-unicons

Version:
9 lines (8 loc) 404 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgAngleUp(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M17 13.41l-4.29-4.24a1 1 0 00-1.42 0l-4.24 4.24a1 1 0 000 1.42 1 1 0 001.41 0L12 11.29l3.54 3.54a1 1 0 00.7.29 1 1 0 00.71-.29 1 1 0 00.05-1.42z" fill="currentColor"/> </Svg>); } export default SvgAngleUp;