import React from 'react' const PersonalNew = (props: any) => { const { fill } = props return ( <> ) } export default PersonalNew