export function Icon({ type }) { if (type === 'skip') { // !Font Awesome Free 6.5.1 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc. return ( ); } return ( { { refresh: ( ), play: ( ), pause: ( ), stop: ( ), skip: ( ), }[type] } ); }