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