UNPKG

react-native-unicons

Version:
9 lines (8 loc) 443 B
import * as React from 'react'; import Svg, { Path } from 'react-native-svg'; function SvgAngleDoubleDown(props) { return (<Svg viewBox="0 0 24 24" width={24} height={24} {...props}> <Path d="M11.29 11.46a1 1 0 001.42 0l3-3A1 1 0 1014.29 7L12 9.34 9.71 7a1 1 0 10-1.42 1.46zm3 1.08L12 14.84l-2.29-2.3A1 1 0 008.29 14l3 3a1 1 0 001.42 0l3-3a1 1 0 00-1.42-1.42z" fill="currentColor"/> </Svg>); } export default SvgAngleDoubleDown;