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