import Svg, { SvgProps, Defs, G, Path, Circle, Use, Rect, Text, } from "react-native-svg" import { memo } from "react" const SvgComponent = (props: SvgProps) => ( {"QR KOD ALANI"} {"THE"} {"CRIMSON"} {"PETAL"} {"FINE DINING EXPERIENCE"} {"SCAN FOR"} {"OUR MENU"} {"contactless ordering"} {"scan with camera"} ) const Memo = memo(SvgComponent) export default Memo