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