import { Svg, Path } from "react-native-svg"; import { SVGLogoProps } from "../types"; const LogoPaymentExtMaestro = ({ size }: SVGLogoProps) => ( ); export default LogoPaymentExtMaestro;