import * as React from 'react'; export interface Train64Props extends React.SVGProps { ariaLabel?: string } export default function Train64({ ariaLabel, ...props }: Train64Props) { return ( ); }