
### text
- type: ReactNode
- description: Text for the button
### icon
- type: "facebook" | "instagram" | "twitter" | "pinterest" | "youtube" | "linkedin" | "xcorp"
- description: Share button social network type
### dataHook
- type: string
- description: hook for testing purposes
### disabled
- type: boolean
- description: Disable button
### onClick
- type: (event: MouseEvent<HTMLElement, MouseEvent>) => void
- description: Click handler

