export const LogoVerifactu = ({ color = "black", width = "100%", ...props }) => { return (
Verifactu
); };