feat: add backspace and caps lock icons (#803)

Summary:
- svg sprite generate with xmlns:xlink="http://www.w3.org/1999/xlink" namespace
- uhk-icon-agent-icon css class renamed to uhk-icon-pure-agent-icon because
  it collided with agent icon sprites
- added backspace and caps lock icons
This commit is contained in:
Róbert Kiss
2018-10-01 02:06:23 +02:00
committed by László Monda
parent edcff069fd
commit 247ec4c1b2
10 changed files with 609 additions and 1089 deletions

View File

@@ -131,7 +131,7 @@
</li>
<li class="sidebar__level-0--item" [routerLinkActive]="['active']">
<div class="sidebar__level-0">
<i class="uhk-icon uhk-icon-agent-icon"></i> Agent
<i class="uhk-icon uhk-icon-pure-agent-icon"></i> Agent
<i class="fa fa-chevron-up pull-right"
(click)="toggleHide($event, 'agent')"></i>
</div>