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