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