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