iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 993 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 ChargingStationBold = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M137.94 121.27a12 12 0 011.2 11.19l-16 40A12 12 0 01112 180a11.86 11.86 0 01-4.46-.86 12 12 0 01-6.68-15.6l9.42-23.54H96a12 12 0 01-11.14-16.46l16-40a12 12 0 0122.28 8.92L113.72 116H128a12 12 0 019.94 5.27zM256 86.63V166a30 30 0 01-60 0v-38a4 4 0 00-4-4h-12v80h12a12 12 0 010 24H32a12 12 0 010-24h12V56a28 28 0 0128-28h80a28 28 0 0128 28v44h12a28 28 0 0128 28v38a6 6 0 0012 0V86.63a4 4 0 00-1.17-2.83l-19.32-19.31a12 12 0 0117-17l19.29 19.34a27.81 27.81 0 018.2 19.8zM156 204V56a4 4 0 00-4-4H72a4 4 0 00-4 4v148z" }));
exports.default = ChargingStationBold;