Using material icons with CSS, I have the following code that renders a link with icon and text.
<a href="#"><i class="material-icons">group_work</i>Groups</a>
As you can see in the image below, the text seems to be sinking down.. I would like them to be vertically aligned center together. How can i achieve this?
PS. (Not a designer!)