UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 1.2 kB
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const tslib_1 = require("tslib"); // This file is autogenerated by "make react_icons", do not edit it. const React = tslib_1.__importStar(require("react")); const CloudSmall = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 64 64", ...props }, React.createElement("g", { fill: "none", fillRule: "evenodd" }, React.createElement("path", { fill: "#FFF", d: "M44 33.5C44 39.851 38.851 45 32.5 45c-.167 0-.334-.004-.5-.01V45H18.908a7.945 7.945 0 0 1-2.338.349c-4.18 0-7.57-3.212-7.57-7.175C9 34.212 12.39 31 16.57 31c1.677 0 3.228.517 4.483 1.393C21.61 26.56 26.523 22 32.5 22 38.851 22 44 27.149 44 33.5zM23.53 41h.252a11.652 11.652 0 0 1-.166-.198 7.054 7.054 0 0 1-.086.198z", opacity: ".2" }), React.createElement("path", { stroke: "#FFF", strokeWidth: "2", d: "M17.505 28.404l.904.168.244-.886C20.51 20.936 26.615 16 33.842 16c5.16 0 9.744 2.514 12.624 6.412l.281.38.472.024C53.77 23.15 59 28.645 59 35.4 59 42.372 53.429 48 46.585 48H15.732C10.37 48 6 43.59 6 38.12c0-5.47 4.37-9.88 9.732-9.88.606 0 1.199.056 1.773.164z" }))); exports.default = CloudSmall;