@icongo/mc
Version:
Micon Icons
13 lines • 688 B
JavaScript
import _extends from "@babel/runtime/helpers/extends";
import { jsx as _jsx } from "react/jsx-runtime";
var MCMdlVerticalBatteryCharging1 = props => /*#__PURE__*/_jsx("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: "1em",
height: "1em",
viewBox: "0 0 2048 2048"
}, props, {
children: /*#__PURE__*/_jsx("path", {
d: "M768 1536h640v128H768v-128zm896-1408v1792H768v-128h768V256H896V0h384v128h384zM896 704q0 57-19 109t-53 93.5-81 70.5-103 40v903H512v-903q-56-11-103-40t-81-70.5-53-93.5-19-109V384h128V128h128v256h128V128h128v256h128v320zM768 512H384v192q0 40 15 75t41 61 61 41 75 15 75-15 61-41 41-61 15-75V512z"
})
}));
export { MCMdlVerticalBatteryCharging1 };