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