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