@icongo/li
Version:
LibreICONS Icons
23 lines • 872 B
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 LIGuiBatteryLow = props => /*#__PURE__*/_jsxs("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", {
fill: "#cfd8dc",
children: [/*#__PURE__*/_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__*/_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__*/_jsx("path", {
fill: "#8bc34a",
d: "M10 13H4c-.33 0-.6-.27-.6-.6V9.7h7.2v2.7c0 .33-.27.6-.6.6z"
})]
}));
export { LIGuiBatteryLow };