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