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