iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.04 kB
JavaScript
;
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 CloudSun = (props) => React.createElement("svg", { viewBox: "0 0 20 20", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M12.102 18.654H5.996A4.996 4.996 0 0 1 1 13.658c0-.963.286-1.855.759-2.619A6.057 6.057 0 0 1 1 8.107 6.107 6.107 0 0 1 7.106 2c2.385 0 4.43 1.381 5.434 3.375 3.471.23 6.224 3.09 6.224 6.618a6.662 6.662 0 0 1-6.662 6.66zM7.106 3.11A4.996 4.996 0 0 0 2.11 8.107c0 .701.16 1.36.421 1.962a4.972 4.972 0 0 1 3.465-1.407c.117 0 .227.026.341.034a6.666 6.666 0 0 1 4.965-3.284A4.982 4.982 0 0 0 7.106 3.11zm4.996 3.33a5.547 5.547 0 0 0-5.138 3.467 3.879 3.879 0 0 0-.968-.136 3.886 3.886 0 0 0-3.886 3.886c0 1.956 1.45 3.559 3.33 3.83v.056h7.773v-.112a5.552 5.552 0 0 0-1.11-10.99z", fill: "#000", fillRule: "evenodd" }));
exports.default = CloudSun;