UNPKG

styled-icons

Version:

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

22 lines (21 loc) 1.51 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.CloudSnow = 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: "M18.944 10.112C18.507 6.67 15.56 4 12 4 9.244 4 6.85 5.611 5.757 8.15 3.609 8.792 2 10.819 2 13c0 2.757 2.243 5 5 5v-2c-1.654 0-3-1.346-3-3 0-1.403 1.199-2.756 2.673-3.015l.581-.103.192-.559C8.149 7.273 9.895 6 12 6c2.757 0 5 2.243 5 5v1h1c1.103 0 2 .897 2 2s-.897 2-2 2h-1v2h1c2.206 0 4-1.794 4-4a4.008 4.008 0 00-3.056-3.888z", key: "k0" }), React.createElement("circle", { cx: 15, cy: 16, r: 1, key: "k1" }), React.createElement("circle", { cx: 15, cy: 19, r: 1, key: "k2" }), React.createElement("circle", { cx: 12, cy: 18, r: 1, key: "k3" }), React.createElement("circle", { cx: 12, cy: 21, r: 1, key: "k4" }), React.createElement("circle", { cx: 9, cy: 19, r: 1, key: "k5" }), React.createElement("circle", { cx: 9, cy: 16, r: 1, key: "k6" }))); }); exports.CloudSnow.displayName = 'CloudSnow'; exports.CloudSnowDimensions = { height: 24, width: 24 };