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