UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.1 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", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M164 72a76.2 76.2 0 00-20.26 2.73 55.63 55.63 0 00-9.41-11.54l9.51-13.57a8 8 0 10-13.11-9.18L121.22 54A55.9 55.9 0 0096 48h-1.74l-2.89-16.29a8 8 0 10-15.75 2.77l2.88 16.34a56.1 56.1 0 00-23.27 14.85l-13.62-9.53a8 8 0 10-9.17 13.11L46 78.77A55.55 55.55 0 0040 104v1.72l-16.29 2.88a8 8 0 001.38 15.88 8.24 8.24 0 001.39-.12l16.32-2.88a55.74 55.74 0 005.86 12.42A52 52 0 0084 224h80a76 76 0 000-152zM56 104a40 40 0 0172.54-23.24 76.26 76.26 0 00-35.62 40 52.14 52.14 0 00-31 4.17A40 40 0 0156 104zm108 104H84a36 36 0 114.78-71.69c-.37 2.37-.63 4.79-.77 7.23a8 8 0 0016 .92 58.91 58.91 0 011.88-11.81c0-.16.09-.32.12-.48A60.06 60.06 0 11164 208z" })); exports.default = CloudSun;