UNPKG

react-native-unicons

Version:
9 lines (8 loc) 388 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgAngleDown(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M17 9.17a1 1 0 00-1.41 0L12 12.71 8.46 9.17a1 1 0 00-1.41 0 1 1 0 000 1.42l4.24 4.24a1 1 0 001.42 0L17 10.59a1 1 0 000-1.42z" fill="currentColor"/> </Svg>); } export default SvgAngleDown;