UNPKG

@icongo/li

Version:
45 lines (44 loc) 1.79 kB
"use strict"; var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"]; Object.defineProperty(exports, "__esModule", { value: true }); exports.LISolarPanel = void 0; var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2")); var _jsxRuntime = require("react/jsx-runtime"); var LISolarPanel = function LISolarPanel(props) { return /*#__PURE__*/(0, _jsxRuntime.jsx)("svg", (0, _objectSpread2["default"])((0, _objectSpread2["default"])({ xmlns: "http://www.w3.org/2000/svg", width: "1em", height: "1em", "aria-hidden": "true", viewBox: "0 0 14 14" }, props), {}, { children: /*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { transform: "translate(-.566 -.556) scale(.31526)", children: [/*#__PURE__*/(0, _jsxRuntime.jsxs)("g", { fill: "#ff9800", children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "m23.999 4.936 7.99 7.99-7.99 7.988-7.99-7.989z" }), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", { d: "M18 7h12v12H18z" })] }), /*#__PURE__*/(0, _jsxRuntime.jsx)("circle", { cx: 24, cy: 13, r: 4, fill: "#ffeb3b" }), /*#__PURE__*/(0, _jsxRuntime.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__*/(0, _jsxRuntime.jsx)("path", { fill: "#9e2d0a", d: "M5 41v-2h38v2c0 1.1-.9 2-2 2H7c-1.1 0-2-.9-2-2z" }), /*#__PURE__*/(0, _jsxRuntime.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" })] }) })); }; exports.LISolarPanel = LISolarPanel;