UNPKG

iconista

Version:

Thousands of SVG icons with one React component

10 lines (9 loc) 981 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 Train1 = (props) => React.createElement("svg", { viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", ...props }, React.createElement("path", { d: "M12 13.313a1.75 1.75 0 100 3.5 1.75 1.75 0 000-3.5z", fill: "#323544" }), React.createElement("path", { d: "M3.875 5.5a2.25 2.25 0 012.25-2.25h11.75a2.25 2.25 0 012.25 2.25v11.75a2.25 2.25 0 01-2.25 2.25h-.69l1.22 1.22a.75.75 0 11-1.06 1.06l-2.28-2.28h-6.13l-2.28 2.28a.75.75 0 01-1.06-1.06l1.22-1.22h-.69a2.25 2.25 0 01-2.25-2.25V5.5zm14.75 0a.75.75 0 00-.75-.75H12.75v5.875h5.875V5.5zm-12.5-.75a.75.75 0 00-.75.75v5.125h5.875V4.75H6.125zm-.75 7.375v5.125c0 .414.336.75.75.75h11.75a.75.75 0 00.75-.75v-5.125H5.375z", fill: "#323544" })); exports.default = Train1;