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