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