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