UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 1.14 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 CloudSunThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M164 76a71.85 71.85 0 00-22.14 3.48A51.78 51.78 0 00129 63.83l11.56-16.51a4 4 0 00-6.56-4.59l-11.55 16.51A52 52 0 0096 52c-1.71 0-3.4.09-5.06.25l-3.5-19.85a4 4 0 00-7.88 1.39l3.5 19.84A52.19 52.19 0 0055.85 71L39.32 59.42A4 4 0 0034.73 66l16.53 11.54A51.63 51.63 0 0044 104c0 1.69.09 3.37.25 5l-19.85 3.5a4 4 0 00.69 7.94 4.23 4.23 0 00.7-.06l19.85-3.5A52.07 52.07 0 0054 134.6 48 48 0 0084 220h80a72 72 0 000-144zM52 104a44 44 0 0182.33-21.61 72.23 72.23 0 00-38.82 43A48.28 48.28 0 0084 124a47.76 47.76 0 00-23.4 6.11A44 44 0 0152 104zm112 108H84a40 40 0 119.43-78.88A71.63 71.63 0 0092 143.77a4 4 0 008 .46 64.3 64.3 0 012-12.67c0-.12.07-.24.09-.36A64.06 64.06 0 11164 212z" })); exports.default = CloudSunThin;