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