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