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 CloudSunBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M164 68a80.39 80.39 0 00-18.46 2.15 59.87 59.87 0 00-6-7.42l7.57-10.82a12 12 0 00-19.66-13.77L119.87 49a59.85 59.85 0 00-22.26-5l-2.3-13a12 12 0 00-23.63 4.17l2.3 13a60 60 0 00-19.21 12.3l-10.86-7.61a12 12 0 00-13.77 19.66L41 80.11a59.45 59.45 0 00-5 22.25l-13 2.3a12 12 0 002.07 23.82 12.59 12.59 0 002.1-.18l13-2.3a59.29 59.29 0 003.44 7.25A56 56 0 0084 228h80a80 80 0 000-160zm-68 0a36 36 0 0126.45 11.61 80.37 80.37 0 00-32.06 36.75A56.5 56.5 0 0084 116a55.84 55.84 0 00-20.33 3.83A36 36 0 0196 68zm68 136H84a32 32 0 010-64h.28c-.11 1.1-.2 2.2-.26 3.3a12 12 0 0024 1.4 55.78 55.78 0 011.74-11l.15-.55A56.06 56.06 0 11164 204z" })); exports.default = CloudSunBold;