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