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