import React from 'react'; const ShareIcon = (props: any) => { return ( ) } export default ShareIcon;