UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.06 kB
"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 ChargingPile = (props) => React.createElement("svg", { xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "currentColor", className: "icon icon-tabler icons-tabler-filled icon-tabler-charging-pile", ...props }, React.createElement("path", { d: "M0 0h24v24H0z", fill: "none" }), React.createElement("path", { d: "M12 3a3 3 0 013 3v4a3 3 0 013 3v3a.5.5 0 101 0V9.415l-1-1-.293.292a1 1 0 01-1.414-1.414L16.585 7l-.292-.293a1 1 0 01-.083-1.32l.083-.094a1 1 0 011.414 0l3 3A1 1 0 0121 9v7a2.5 2.5 0 11-5 0v-3a1 1 0 00-1-1v7a1 1 0 010 2H3a1 1 0 010-2V6a3 3 0 013-3zm-2.486 7.643a1 1 0 00-1.371.343l-1.5 2.5-.054.1A1 1 0 007.5 15h1.233l-.59.986a1 1 0 001.714 1.028l1.5-2.5.054-.1A1 1 0 0010.5 13H9.265l.592-.986a1 1 0 00-.343-1.371M12 5H6a1 1 0 00-1 1v1h8V6a1 1 0 00-1-1" })); exports.default = ChargingPile;