import React from 'react'; export function Icon({ type }) { return ( { { refresh: ( ), play: ( ), pause: ( ), }[type] } ); }