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