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