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