import Svg, { SvgProps, Image, G, Rect, Path, Text } from "react-native-svg" import { memo } from "react" const SvgComponent = (props: SvgProps) => ( {"QR KOD ALANI"} {"THE"} {"URBAN"} {"FORK"} {"SCAN TO VIEW"} {"DIGITAL MENU"} {"FRESH FLAVORS DAILY"} {"Contactless ordering to scancnal bresers"} {"and enstand mes with your menu."} {"contactless ordering"} {"scan with camera"} ) const Memo = memo(SvgComponent) export default Memo