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