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