import React from 'react'; import PropTypes from 'prop-types'; import Icon from './Icon'; import './Modal.css'; function Modal(props) { return props.show ? (