import './embed-modal.css'; import Icon from './icon'; function EmbedModal({ html, url, width, height, onClose = () => {} }) { return (