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