import { Path, SVG } from '@wordpress/components'; export const AiIcon = ( { size = 24, className = 'wp-parsely-icon' }: { size?: number, className?: string } ): React.JSX.Element => { return ( ); };