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