I need to change the icon every time I click and hold that other icon until clicking again, then it goes back to the initial icon. How to do this? Below is the code I am using to create this menu. The part that calls the icon is <span class="icon-full"></span>
<nav class="navbar navbar-fixed-left navbar-minimal animate open"
role="navigation">
<div class="navbar-toggler animate">
<span class="menu-icon"></span>
</div>
<ul class="navbar-menu animate">
<li><a href="#" class="animate">
<span class="desc animate"> Tela Cheia</span>
<span class="icon-full"></span>
</li>
</a>
</ul>
</nav>