UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.11 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 CloudSun = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", className: "bi bi-cloud-sun", viewBox: "0 0 16 16", ...props }, React.createElement("path", { d: "M7 8a3.5 3.5 0 013.5 3.555.5.5 0 00.624.492A1.503 1.503 0 0113 13.5a1.5 1.5 0 01-1.5 1.5H3a2 2 0 11.1-3.998.5.5 0 00.51-.375A3.5 3.5 0 017 8m4.473 3a4.5 4.5 0 00-8.72-.99A3 3 0 003 16h8.5a2.5 2.5 0 000-5z" }), React.createElement("path", { d: "M10.5 1.5a.5.5 0 00-1 0v1a.5.5 0 001 0zm3.743 1.964a.5.5 0 10-.707-.707l-.708.707a.5.5 0 00.708.708zm-7.779-.707a.5.5 0 00-.707.707l.707.708a.5.5 0 10.708-.708zm1.734 3.374a2 2 0 113.296 2.198q.3.423.516.898a3 3 0 10-4.84-3.225q.529.017 1.028.129m4.484 4.074c.6.215 1.125.59 1.522 1.072a.5.5 0 00.039-.742l-.707-.707a.5.5 0 00-.854.377M14.5 6.5a.5.5 0 000 1h1a.5.5 0 000-1z" })); exports.default = CloudSun;