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