@nant-design/nant-icons
Version:
8 lines (6 loc) • 637 B
JSX
import React from 'react';
export const TrainOutline = ({width="410",height="404",...other}) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...other}>
<path d="M344 48h-24a16 16 0 0 0-16-16h-96a16 16 0 0 0-16 16h-24a56.16 56.16 0 0 0-56 56v247c0 35.3 144 65 144 65s144-29.7 144-65V104a56 56 0 0 0-56-56Zm-88 304a48 48 0 1 1 48-48 48 48 0 0 1-48 48Zm96-160a16 16 0 0 1-16 16H176a16 16 0 0 1-16-16v-64a16 16 0 0 1 16-16h160a16 16 0 0 1 16 16ZM144 464h224m-32-32 48 48m-208-48-48 48" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};