adding sweep paper wallet option icon

This commit is contained in:
Gabriel Bazán 2016-11-22 16:45:44 -03:00
parent ec6d78237c
commit 5074eee298
2 changed files with 11 additions and 1 deletions

10
www/img/icon-import.svg Normal file
View File

@ -0,0 +1,10 @@
<?xml version="1.0" encoding="utf-8"?>
<svg width="20px" height="20px" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
viewBox="0 0 24.4 23.9" style="enable-background:new 0 0 24.4 23.9;" xml:space="preserve">
<style type="text/css">
.st0{fill:none;stroke:#000000;}
</style>
<path class="st0" d="M2.2,15.9v3c0,1.7,1.3,3,3,3h14c1.7,0,3-1.3,3-3v-3"/>
<path class="st0" d="M12.2,1.9v15"/>
<polyline class="st0" points="6.2,10.9 12.2,16.9 18.2,10.9 "/>
</svg>

After

Width:  |  Height:  |  Size: 503 B

View File

@ -85,7 +85,7 @@
</div>
</div>
<a class="incoming-data-menu__item item item-icon-right" ng-click="scanPaperWallet(data)">
<img src="img/icon-activity.svg">
<img src="img/icon-import.svg">
<div class="incoming-data-menu__item__text">Sweep paper wallet</div>
<i class="icon bp-arrow-right"></i>
</a>