@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
18 lines • 861 B
JavaScript
import _extends from "@babel/runtime/helpers/esm/extends";
var _path;
import React from 'react';
const train = props => React.createElement("svg", _extends({
xmlns: "http://www.w3.org/2000/svg",
width: 16,
height: 16,
fill: "none",
viewBox: "0 0 16 16"
}, props), _path || (_path = React.createElement("path", {
stroke: "#000",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeWidth: 1.5,
d: "M1.877 12.189A.877.877 0 0 1 1 11.312v-8.69A.622.622 0 0 1 1.622 2h5.756m0 0v5.5m0-5.5h.933m-.933 5.5h6.378A1.244 1.244 0 0 1 15 8.744v2.2a1.244 1.244 0 0 1-1.244 1.245H13.5M7.378 7.5H3.5v-3h3.878m-2.49 8.233a1.556 1.556 0 1 1-3.11 0 1.556 1.556 0 0 1 3.11 0Zm4.356 0a1.556 1.556 0 1 1-3.11 0 1.556 1.556 0 0 1 3.11 0Zm4.356 0a1.556 1.556 0 1 1-3.111 0 1.556 1.556 0 0 1 3.111 0Z"
})));
export default train;
//# sourceMappingURL=train.js.map