export function Icon({ type }) { return ( { { refresh: ( ), play: ( ), pause: ( ), stop: ( ), }[type] } ); }