iconista
Version:
Thousands of SVG icons with one React component
9 lines (8 loc) • 948 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 ChargingStationLight = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props },
React.createElement("path", { d: "M133 124.64a6 6 0 01.6 5.59l-16 40a6 6 0 11-11.14-4.46L119.14 134H96a6 6 0 01-5.57-8.23l16-40a6 6 0 0111.14 4.46L104.86 122H128a6 6 0 015 2.64zm113-38V168a22 22 0 01-44 0v-40a10 10 0 00-10-10h-18v92h18a6 6 0 010 12H32a6 6 0 010-12h18V56a22 22 0 0122-22h80a22 22 0 0122 22v50h18a22 22 0 0122 22v40a10 10 0 0020 0V86.63a9.93 9.93 0 00-2.93-7.07l-19.31-19.32a6 6 0 018.48-8.48l19.32 19.31A21.88 21.88 0 01246 86.63zM162 210V56a10 10 0 00-10-10H72a10 10 0 00-10 10v154z" }));
exports.default = ChargingStationLight;