import React from 'react'; import Svg, { Path } from 'react-native-svg'; const WatchAppIcon = ({size = 20,color = '#6ED65B'}:{size:number,color?:string}) => ( {/* Speech bubble tail */} {/* Speech bubble body */} ); export default WatchAppIcon;