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