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