import React from "react"; const Notification = ({ width, height, color }) => ( ); export default Notification;