import React, { memo } from 'react'; import Svg, { SvgProps, G, Polyline } from 'react-native-svg'; export const CheckMark = memo((props: SvgProps) => ( ));