UNPKG

iconista

Version:

Thousands of SVG icons with one React component

9 lines (8 loc) 983 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 ChargingStationThin = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 256 256", fill: "currentColor", ...props }, React.createElement("path", { d: "M131.31 125.76a4 4 0 01.4 3.73l-16 40A4 4 0 01112 172a3.91 3.91 0 01-1.49-.29 4 4 0 01-2.22-5.2l13.8-34.51H96a4 4 0 01-3.71-5.49l16-40a4 4 0 117.42 3L101.91 124H128a4 4 0 013.31 1.76zM244 86.63V168a20 20 0 01-40 0v-40a12 12 0 00-12-12h-20v96h20a4 4 0 010 8H32a4 4 0 010-8h20V56a20 20 0 0120-20h80a20 20 0 0120 20v52h20a20 20 0 0120 20v40a12 12 0 0024 0V86.63a12 12 0 00-3.51-8.49l-19.32-19.31a4 4 0 015.66-5.66l19.31 19.32A19.85 19.85 0 01244 86.63zM164 212V56a12 12 0 00-12-12H72a12 12 0 00-12 12v156z" })); exports.default = ChargingStationThin;