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