UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 1.03 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 Train3 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M7.75 15.063a1.25 1.25 0 112.5 0 1.25 1.25 0 01-2.5 0zM15 13.813a1.25 1.25 0 100 2.5 1.25 1.25 0 000-2.5z", fill: "#323544" }), React.createElement("path", { d: "M6.125 3.25a2.25 2.25 0 00-2.25 2.25v11.75a2.25 2.25 0 002.25 2.25h.69l-1.22 1.22a.75.75 0 101.06 1.06l2.28-2.28h6.13l2.28 2.28a.75.75 0 101.06-1.06l-1.22-1.22h.69a2.25 2.25 0 002.25-2.25V5.5a2.25 2.25 0 00-2.25-2.25H6.125zm12.5 7.375H12.75V4.75h5.125a.75.75 0 01.75.75v5.125zM11.25 4.75v5.875H5.375V5.5a.75.75 0 01.75-.75h5.125zm-5.875 7.375h13.25v5.125a.75.75 0 01-.75.75H6.125a.75.75 0 01-.75-.75v-5.125z", fill: "#323544" })); exports.default = Train3;