iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 1.15 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 CloudSunLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M164 74a74.15 74.15 0 00-21.18 3.09 54.08 54.08 0 00-11.14-13.61l10.52-15a6 6 0 10-9.83-6.89l-10.52 15A53.9 53.9 0 0096 50c-1.15 0-2.28 0-3.41.12L89.4 32.05a6 6 0 10-11.81 2.09l3.18 18.06a54 54 0 00-25.25 16.12L40.47 57.78a6 6 0 00-6.89 9.83l15 10.52A53.7 53.7 0 0042 104c0 1.13 0 2.26.12 3.39l-18.07 3.18a6 6 0 001 11.91 6.38 6.38 0 001.05-.09l18.1-3.19a53.51 53.51 0 007.08 15A50 50 0 0084 222h80a74 74 0 000-148zM54 104a42 42 0 0177.48-22.49A74.29 74.29 0 0094.2 123a50.36 50.36 0 00-10.2-1 49.65 49.65 0 00-22.79 5.52A42 42 0 0154 104zm110 106H84a38 38 0 117.08-75.34 75.84 75.84 0 00-1.07 9 6 6 0 0012 .7 61.54 61.54 0 012-12.24c0-.15.08-.29.11-.43A62.06 62.06 0 11164 210z" }));
exports.default = CloudSunLight;