UNPKG

styled-icons

Version:

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

16 lines (15 loc) 1.16 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var tslib_1 = require("tslib"); var React = tslib_1.__importStar(require("react")); var StyledIconBase_1 = require("../../StyledIconBase"); exports.WeatherStormy = React.forwardRef(function (props, ref) { var attrs = { "fill": "currentColor", "xmlns": "http://www.w3.org/2000/svg", }; return (React.createElement(StyledIconBase_1.StyledIconBase, tslib_1.__assign({ iconAttrs: attrs, iconVerticalAlign: "middle", iconViewBox: "0 0 24 24" }, props, { ref: ref }), React.createElement("path", { d: "M17 18a1 1 0 110-2c1.654 0 3-1.346 3-3s-1.346-3-3-3c-.238 0-.496.042-.813.131l-1.071.301-.186-1.098A3.98 3.98 0 0011 6a4.005 4.005 0 00-3.918 4.806l.26 1.24-1.436-.052C4.896 12 4 12.897 4 14s.896 2 2 2a1 1 0 110 2c-2.205 0-4-1.794-4-4a4.007 4.007 0 013.002-3.874L5 10c0-3.309 2.691-6 6-6a5.967 5.967 0 015.649 4.015C19.574 7.774 22 10.127 22 13c0 2.757-2.243 5-5 5zm-4.361-4l-4.5 4.051 3 1.449-1.5 3.5 4.5-4.05-3-1.45z", key: "k0" }))); }); exports.WeatherStormy.displayName = 'WeatherStormy'; exports.WeatherStormyDimensions = { height: 24, width: 24 };