### WhatsappShareButton Example Source: https://github.com/nygardk/react-share/blob/master/README.md Example usage of the WhatsappShareButton component. ```jsx import { WhatsappShareButton, WhatsappIcon } from "react-share"; ; ``` -------------------------------- ### Icon Example Source: https://github.com/nygardk/react-share/blob/master/README.md Example of using an icon component like XIcon. ```jsx import { XIcon } from "react-share";