UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 950 B
"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 CloudSunFill = (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-152zm-71.08 48.76a52.14 52.14 0 00-31 4.17 40 40 0 0166.62-44.17 76.26 76.26 0 00-35.62 40z" })); exports.default = CloudSunFill;