@icongo/fc
Version:
Flat Color Icons
22 lines • 804 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 FCMiddleBattery = props => /*#__PURE__*/_jsxs("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 48 48"
}, props, {
children: [/*#__PURE__*/_jsxs("g", {
fill: "#CFD8DC",
children: [/*#__PURE__*/_jsx("path", {
d: "M34 44H14c-1.1 0-2-.9-2-2V8c0-1.1.9-2 2-2h20c1.1 0 2 .9 2 2v34c0 1.1-.9 2-2 2z"
}), /*#__PURE__*/_jsx("path", {
d: "M28 13h-8c-.6 0-1-.4-1-1V5c0-.6.4-1 1-1h8c.6 0 1 .4 1 1v7c0 .6-.4 1-1 1z"
})]
}), /*#__PURE__*/_jsx("path", {
fill: "#8BC34A",
d: "M34 44H14c-1.1 0-2-.9-2-2V23h24v19c0 1.1-.9 2-2 2z"
})]
}));
export { FCMiddleBattery };