import React from 'react'; import {Button, Icon} from 'react-mdl'; import styles from './Modal.css'; export default ({open, children, onClose}) => (