iconista
Version:
Thousands of SVG icons with one React component
10 lines (9 loc) • 1.5 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 25 25", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props },
React.createElement("path", { d: "M7.643 2.509a.75.75 0 01.715.783v.01a.75.75 0 11-1.499-.068v-.01a.75.75 0 01.784-.715zM11.368 4.253a.75.75 0 01-.048 1.06l-.007.007a.75.75 0 01-1.011-1.108l.007-.007a.75.75 0 011.06.048zM4.546 10.485a.75.75 0 01-.048 1.059l-.008.007a.75.75 0 11-1.011-1.108l.007-.007a.75.75 0 011.06.049zM2.755 8.418a.75.75 0 00.068-1.498h-.01a.75.75 0 10-.068 1.498h.01zM4.793 5.024a.75.75 0 01-1.06-.048l-.006-.007a.75.75 0 011.108-1.012l.006.008a.75.75 0 01-.048 1.06zM5.836 7.807a1.565 1.565 0 012.94-.675c.379-.328.79-.62 1.227-.872a3.065 3.065 0 10-3.763 4.456c.074-.025.148-.05.222-.072.139-.437.315-.857.525-1.256a1.566 1.566 0 01-1.15-1.58z", fill: "#323544" }),
React.createElement("path", { fillRule: "evenodd", clipRule: "evenodd", d: "M13.861 6.734c3.29 0 6 2.544 6.242 5.777a4.049 4.049 0 01-2.129 7.493H8.073a4.049 4.049 0 01-.38-8.08 6.263 6.263 0 016.17-5.19zm4.76 6.234c-.008-2.614-2.14-4.734-4.76-4.734A4.76 4.76 0 009.11 12.7a.75.75 0 01-.749.706h-.289a2.549 2.549 0 000 5.098h9.903a2.549 2.549 0 001.078-4.86.75.75 0 01-.432-.676z", fill: "#323544" }));
exports.default = CloudSun;