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