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