UNPKG

react-native-feather

Version:
9 lines (8 loc) 406 B
import * as React from "react"; import Svg, { Path } from "react-native-svg"; function SvgCloudRain(props) { return (<Svg width={24} height={24} viewBox="0 0 24 24" fill="none" stroke="currentColor" strokeWidth={2} strokeLinecap="round" strokeLinejoin="round" {...props}> <Path d="M16 13v8M8 13v8M12 15v8M20 16.58A5 5 0 0018 7h-1.26A8 8 0 104 15.25"/> </Svg>); } export default SvgCloudRain;