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