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