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