UNPKG

react-line-awesome-svg

Version:
7 lines (6 loc) 992 B
import * as React from 'react'; export function SvgCloudRainSolid(props) { return (React.createElement("svg", Object.assign({ viewBox: "0 0 32 32", width: "1em", height: "1em" }, props), React.createElement("path", { d: "M16 4c-3.227 0-6.027 2.258-6.781 5.344a5.114 5.114 0 00-2.813 2.687C2.91 11.773 0 14.555 0 18c0 3.309 2.691 6 6 6h2l1-2H6c-2.207 0-4-1.793-4-4a4.003 4.003 0 014.875-3.906l1 .219.188-.97c.246-1.105 1.144-1.984 2.25-2.25l.656-.155.094-.657C11.421 7.848 13.543 6 16 6a4.988 4.988 0 014.469 2.75l.375.781.843-.281c.47-.164.895-.25 1.313-.25 2.207 0 4 1.793 4 4 0 .04.004.09 0 .125-.008.066-.023.117-.031.188l-.063.718.657.281A4.003 4.003 0 0126 22h-2l1 2h1c3.309 0 6-2.691 6-6a5.976 5.976 0 00-3-5.188C28.895 9.595 26.242 7 23 7c-.39 0-.793.04-1.188.125A6.94 6.94 0 0016 4zm2 10s-2 2.895-2 4 .895 2 2 2 2-.895 2-2-2-4-2-4zm-5 5s-2 2.895-2 4 .895 2 2 2 2-.895 2-2-2-4-2-4zm8 3s-2 2.895-2 4 .895 2 2 2 2-.895 2-2-2-4-2-4z" }))); } export default SvgCloudRainSolid;