import Svg, { SvgProps, Defs, Path, Image, G, Rect, Circle, Text, TextPath, } from "react-native-svg" import { memo } from "react" const SvgComponent = (props: SvgProps) => ( {"QR KOD ALANI"} {"TABLE MENU"} {"EST. 2023"} {"SIAT"} {"\n SCAN TO\n "} {"VIEW"} {"OUR MENU"} {"VIEW OUR"} {"DELICIOUS MENU"} {"WELCOME TO OUR TABLE"} ) const Memo = memo(SvgComponent) export default Memo