How to add <i> tag in to link function?

Hi guys, i want to have a link with icons, how to do that using link function when output should be like this:

<a href="..." class="waves-effect waves-light btn">
    <i class="material-icons left">send</i>
    Login
</a>

,Thanks

3 Likes