import React from 'react'; const ShareIcon = ({ color = '#000', width = 18, height = 18 }) => ( ); export default ShareIcon;