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