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