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