UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 863 B
"use strict"; 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 ChargingStationFill = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M241 69.66l-19.34-19.32a8 8 0 00-11.32 11.32L229.66 81a8 8 0 012.34 5.63V168a8 8 0 01-16 0v-40a24 24 0 00-24-24h-16V56a24 24 0 00-24-24H72a24 24 0 00-24 24v152H32a8 8 0 000 16h160a8 8 0 000-16h-16v-88h16a8 8 0 018 8v40a24 24 0 0048 0V86.63a23.85 23.85 0 00-7-16.97zM135.43 131l-16 40a8 8 0 01-14.86-6l11.61-29H96a8 8 0 01-7.43-11l16-40a8 8 0 1114.86 6l-11.61 29H128a8 8 0 017.43 11z" })); exports.default = ChargingStationFill;