UNPKG

styled-icons

Version:

Icons from packs like Font Awesome, Material, Octicons, Feather, Icomoon, and Boxicons available as Styled Components

14 lines (13 loc) 1.17 kB
import { __assign } from "tslib"; import * as React from 'react'; import { StyledIconBase } from '../../StyledIconBase'; export var WeatherDownpour = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase, __assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M15 22a1 1 0 01-1-1v-6a1 1 0 112 0v6a1 1 0 01-1 1zm-6 0a1 1 0 01-1-1v-6a1 1 0 112 0v6a1 1 0 01-1 1zm3 2a1 1 0 01-1-1v-6a1 1 0 112 0v6a1 1 0 01-1 1zm-6-6c-2.206 0-4-1.794-4-4a4.007 4.007 0 013.001-3.874L5 10c0-3.309 2.691-6 6-6a5.97 5.97 0 015.65 4.015C19.586 7.771 22 10.128 22 13a5.011 5.011 0 01-3.666 4.819 1 1 0 11-.532-1.927A3.008 3.008 0 0020 13c0-1.654-1.346-3-3-3-.242 0-.499.041-.811.13l-1.074.306-.185-1.102A3.98 3.98 0 0011 6a4.004 4.004 0 00-3.918 4.808l.248 1.202-1.422-.016C4.897 12 4 12.897 4 14s.897 2 2 2a1 1 0 110 2z", key: "k0" }))); }); WeatherDownpour.displayName = 'WeatherDownpour'; export var WeatherDownpourDimensions = { height: 24, width: 24 };