UNPKG

iconista

Version:

Thousands of SVG icons with one React component

11 lines (10 loc) 838 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 TrainFrontTunnel = (props) => React.createElement("svg", { className: "lucide lucide-train-front-tunnel", xmlns: "http://www.w3.org/2000/svg", viewBox: "0 0 24 24", fill: "none", stroke: "currentColor", strokeWidth: "2", strokeLinecap: "round", strokeLinejoin: "round", ...props }, React.createElement("path", { d: "M2 22V12a10 10 0 1120 0v10" }), React.createElement("path", { d: "M15 6.8v1.4a3 2.8 0 11-6 0V6.8M10 15h.01M14 15h.01" }), React.createElement("path", { d: "M10 19a4 4 0 01-4-4v-3a6 6 0 1112 0v3a4 4 0 01-4 4zM9 19l-2 3M15 19l2 3" })); exports.default = TrainFrontTunnel;