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