mirror of
https://github.com/tabler/tabler-icons.git
synced 2025-08-31 09:32:04 +02:00
currency icons
This commit is contained in:
11
src/_icons/currency-bitcoin.svg
Normal file
11
src/_icons/currency-bitcoin.svg
Normal file
@@ -0,0 +1,11 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M6 6h8a3 3 0 0 1 0 6a3 3 0 0 1 0 6h-8" />
|
||||
<line x1="8" y1="6" x2="8" y2="18" />
|
||||
<line x1="8" y1="12" x2="14" y2="12" />
|
||||
<line x1="9" y1="3" x2="9" y2="6" />
|
||||
<line x1="13" y1="3" x2="13" y2="6" />
|
||||
<line x1="9" y1="18" x2="9" y2="21" />
|
||||
<line x1="13" y1="18" x2="13" y2="21" />
|
||||
</svg>
|
5
src/_icons/currency-pound.svg
Normal file
5
src/_icons/currency-pound.svg
Normal file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M17 18.5a6 6 0 0 1 -5 0a6 6 0 0 0 -5 .5a3 3 0 0 0 2 -2.5v-7.5a4 4 0 0 1 7.45 -2m-2.55 6h-7" />
|
||||
</svg>
|
6
src/_icons/currency-rupee.svg
Normal file
6
src/_icons/currency-rupee.svg
Normal file
@@ -0,0 +1,6 @@
|
||||
---
|
||||
---
|
||||
<svg>
|
||||
<path d="M18 6h-11h3a4 4 0 0 1 0 8h-3l6 6" />
|
||||
<line x1="7" y1="10" x2="18" y2="10" />
|
||||
</svg>
|
@@ -72,7 +72,7 @@ layout: default
|
||||
|
||||
<div class="mb">
|
||||
{% include toolbar.html toolbar='arrow-back-up,arrow-forward-up,printer,paint|bold,italic,underline,strikethrough|align-left,align-center,align-right,align-justified,line-height|list,list-check|link,photo,table|sort-ascending,sort-descending|indent-increase,indent-decrease|subscript,superscript|minus,omega,chart-area-line,pencil|eraser,settings' %}
|
||||
{% include toolbar.html toolbar='check,checks,x' %}
|
||||
{% include toolbar.html toolbar='check,checks,x|currency-euro,currency-dollar,currency-bitcoin,currency-pound,currency-rupee' %}
|
||||
</div>
|
||||
|
||||
<h2 class="icon-subtitle">{{ site.icons.size }} icons</h2>
|
||||
|
Reference in New Issue
Block a user