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