import React from 'react'; export default function NavLink({ svg, text }) { return ( {svg()} {text} ); }