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