UNPKG

@nomercyicons/react

Version:
29 lines 1.48 kB
const React = require("react"); function SolarPowerRoundedIcon({ title, titleId, ...props }, svgRef) { return /*#__PURE__*/React.createElement("svg", Object.assign({ xmlns: "http://www.w3.org/2000/svg", fill: "currentColor", viewBox: "0 0 24 24", strokeWidth: 1.5, stroke: "none", "aria-hidden": "true", ref: svgRef, "aria-labelledby": titleId }, props), title ? /*#__PURE__*/React.createElement("title", { id: titleId }, title) : null, /*#__PURE__*/React.createElement("g", { fill: "none" }, /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z" }), /*#__PURE__*/React.createElement("path", { d: "M0 0h24v24H0z" })), /*#__PURE__*/React.createElement("path", { d: "M3.33 16H11v-3H5.6c-.94 0-1.75.65-1.95 1.57L3.33 16zM13 16h7.67l-.32-1.43A2.007 2.007 0 0018.4 13H13v3zM21.11 18H13v4h6.51c1.28 0 2.23-1.18 1.95-2.43L21.11 18zM4.49 22H11v-4H2.89l-.35 1.57C2.26 20.82 3.21 22 4.49 22zM12 8c-.55 0-1 .45-1 1v1c0 .55.45 1 1 1s1-.45 1-1V9c0-.55-.45-1-1-1zM18.59 8.62a.996.996 0 000-1.41l-.71-.71a.996.996 0 10-1.41 1.41l.71.71c.39.39 1.02.39 1.41 0zM6.82 8.62l.71-.71A.996.996 0 106.12 6.5l-.71.7a.996.996 0 000 1.41c.39.4 1.02.4 1.41.01zM5 2H4c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zM20 2h-1c-.55 0-1 .45-1 1s.45 1 1 1h1c.55 0 1-.45 1-1s-.45-1-1-1zM12 7c2.76 0 5-2.24 5-5H7c0 2.76 2.24 5 5 5z" })); } const ForwardRef = React.forwardRef(SolarPowerRoundedIcon); module.exports = ForwardRef;