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