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