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