export default ({title, label, icon, hash}) => (
{title ? (

{ title }

) : ''} { label } { icon }
);