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