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