import { __ } from '@wordpress/i18n' import { Icon } from '@wordpress/icons' import { chevron, robot } from '@chat/svg' export const ChatButton = ({ showDialog, onClick }) => { return (
) }