import { Icon, IIconProps } from "native-base"; import * as React from "react"; import { Path } from "react-native-svg"; export const WhatsappStroke = (props: IIconProps) => { return ( ); }; export default WhatsappStroke;