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