iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 918 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const tslib_1 = require("tslib");
// This file is autogenerated by "make react_icons", do not edit it.
const React = tslib_1.__importStar(require("react"));
const ChargingStation = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M134.62 123.51a8 8 0 01.81 7.46l-16 40a8 8 0 01-14.86-5.97l11.61-29H96a8 8 0 01-7.43-11l16-40a8 8 0 1114.86 6l-11.61 29H128a8 8 0 016.62 3.51zM248 86.63V168a24 24 0 01-48 0v-40a8 8 0 00-8-8h-16v88h16a8 8 0 010 16H32a8 8 0 010-16h16V56a24 24 0 0124-24h80a24 24 0 0124 24v48h16a24 24 0 0124 24v40a8 8 0 0016 0V86.63a8 8 0 00-2.34-5.63l-19.32-19.34a8 8 0 0111.32-11.32L241 69.66a23.85 23.85 0 017 16.97zM160 208V56a8 8 0 00-8-8H72a8 8 0 00-8 8v152z" }));
exports.default = ChargingStation;