@icongo/li
Version:
LibreICONS Icons
37 lines • 1.28 kB
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
import { jsxs as _jsxs } from "react/jsx-runtime";
var LISolarPanel = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
"aria-hidden": "true",
viewBox: "0 0 14 14"
}, props, {
children: /*#__PURE__*/_jsxs("g", {
transform: "translate(-.566 -.556) scale(.31526)",
children: [/*#__PURE__*/_jsxs("g", {
fill: "#ff9800",
children: [/*#__PURE__*/_jsx("path", {
d: "m23.999 4.936 7.99 7.99-7.99 7.988-7.99-7.989z"
}), /*#__PURE__*/_jsx("path", {
d: "M18 7h12v12H18z"
})]
}), /*#__PURE__*/_jsx("circle", {
cx: 24,
cy: 13,
r: 4,
fill: "#ffeb3b"
}), /*#__PURE__*/_jsx("path", {
fill: "#bf360c",
d: "M8.6 24.5 5 39h38l-3.6-14.5c-.2-.9-1-1.5-1.9-1.5H10.6c-1 0-1.8.6-2 1.5z"
}), /*#__PURE__*/_jsx("path", {
fill: "#9e2d0a",
d: "M5 41v-2h38v2c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2z"
}), /*#__PURE__*/_jsx("path", {
fill: "#f57c00",
d: "M18 25h-7l-1 4h7.6zm10 0h-8l-.3 4h8.6zm9 0h-7l.4 4H38zM8 37h8.7l.6-6H9.5zm23.3 0H40l-1.5-6h-7.8zm-12.2 0h9.8l-.4-6h-9z"
})]
})
}));
export { LISolarPanel };