@icongo/li
Version:
LibreICONS Icons
31 lines (30 loc) • 1.3 kB
JavaScript
;
var _interopRequireDefault = require("@babel/runtime/helpers/interopRequireDefault")["default"];
Object.defineProperty(exports, "__esModule", {
value: true
});
exports.LIGuiBatteryCharged = void 0;
var _objectSpread2 = _interopRequireDefault(require("@babel/runtime/helpers/objectSpread2"));
var _jsxRuntime = require("react/jsx-runtime");
var LIGuiBatteryCharged = function LIGuiBatteryCharged(props) {
return /*#__PURE__*/(0, _jsxRuntime.jsxs)("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", {
fill: "#8bc34a",
children: [/*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M10 13H4c-.33 0-.6-.27-.6-.6V2.2c0-.33.27-.6.6-.6h6c.33 0 .6.27.6.6v10.2c0 .33-.27.6-.6.6z"
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
d: "M8.2 3.7H5.8c-.18 0-.3-.12-.3-.3V1.3c0-.18.12-.3.3-.3h2.4c.18 0 .3.12.3.3v2.1c0 .18-.12.3-.3.3z"
})]
}), /*#__PURE__*/(0, _jsxRuntime.jsx)("path", {
fill: "#ffeb3b",
d: "M5.2 7.6h1.65l-.66 3.3L8.8 7H7.15l.66-3.3z"
})]
}));
};
exports.LIGuiBatteryCharged = LIGuiBatteryCharged;