var Icon = function({ name, size = 20 }) { var icons = { arrowRight: ( ), mail: ( ), zap: ( ), }; return ( {icons[name] || null} ); };