@wellness-icons/react
Version:
114 lines • 3.18 kB
JavaScript
import * as React from "react";
function TrainIcon({
title,
titleId,
...props
}, svgRef) {
return /*#__PURE__*/React.createElement("svg", Object.assign({
xmlns: "http://www.w3.org/2000/svg",
xmlSpace: "preserve",
style: {
fillRule: "evenodd",
clipRule: "evenodd",
strokeLinecap: "round",
strokeLinejoin: "round",
strokeMiterlimit: 10
},
viewBox: "0 0 24 24",
strokeWidth: 1.5,
stroke: "currentColor",
"aria-hidden": "true",
"data-slot": "icon",
ref: svgRef,
"aria-labelledby": titleId
}, props), title ? /*#__PURE__*/React.createElement("title", {
id: titleId
}, title) : null, /*#__PURE__*/React.createElement("path", {
d: "M0 46.646h-39.555a2.836 2.836 0 0 1-2.835-2.835V17.007C-42.39 7.615-34.775 0-25.382 0h11.209C-4.779 0 2.835 7.615 2.835 17.007v26.804A2.836 2.836 0 0 1 0 46.646",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.21px"
},
transform: "matrix(.31141 0 0 .31141 18.159 2)"
}), /*#__PURE__*/React.createElement("path", {
d: "M0 0h45.225",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.21px"
},
transform: "matrix(.31141 0 0 .31141 4.958 10.549)"
}), /*#__PURE__*/React.createElement("ellipse", {
cx: -3.726,
cy: 0.001,
rx: 3.727,
ry: 3.726,
style: {
fill: "none",
stroke: "#000",
strokeWidth: "3.21px"
},
transform: "matrix(0 -.31141 -.31141 0 8.25 12.337)"
}), /*#__PURE__*/React.createElement("ellipse", {
cx: -3.726,
cy: 0.001,
rx: 3.727,
ry: 3.726,
style: {
fill: "none",
stroke: "#000",
strokeWidth: "3.21px"
},
transform: "matrix(0 -.31141 -.31141 0 15.75 12.337)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-13.726-13.726h27.452",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.21px"
},
transform: "matrix(0 .31141 .31141 0 16.274 6.274)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-16.821-8.592H4.388",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.21px"
},
transform: "matrix(-.18255 .2523 .2523 .18255 8.508 22.461)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-33.736 0H0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.21px"
},
transform: "matrix(-.31141 0 0 .31141 6.747 20.677)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-24.078 0H0",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.21px"
},
transform: "matrix(-.31141 0 0 .31141 8.25 18.624)"
}), /*#__PURE__*/React.createElement("path", {
d: "M-4.388-8.592h21.209",
style: {
fill: "none",
fillRule: "nonzero",
stroke: "#000",
strokeWidth: "3.21px"
},
transform: "matrix(.18255 .2523 .2523 -.18255 17.558 16.188)"
}));
}
const ForwardRef = /*#__PURE__*/ React.forwardRef(TrainIcon);
export default ForwardRef;