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