aboutsummaryrefslogtreecommitdiff
path: root/src/_icons
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-04-07 20:16:21 +0200
committercodecalm <codecalm@gmail.com>2020-04-07 20:16:21 +0200
commit106b49b7d33286fd544e2ef18dc0c074ade83568 (patch)
tree9f7e5cef3d454147ec3d71050e70652eaf7f4fe4 /src/_icons
parentfile horizontal icon, file icons fixes (diff)
downloadtabler-icons-106b49b7d33286fd544e2ef18dc0c074ade83568.tar.xz
currency icons
Diffstat (limited to 'src/_icons')
-rw-r--r--src/_icons/currency-bitcoin.svg11
-rw-r--r--src/_icons/currency-pound.svg5
-rw-r--r--src/_icons/currency-rupee.svg6
3 files changed, 22 insertions, 0 deletions
diff --git a/src/_icons/currency-bitcoin.svg b/src/_icons/currency-bitcoin.svg
new file mode 100644
index 0000000..da83098
--- /dev/null
+++ b/src/_icons/currency-bitcoin.svg
@@ -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>
diff --git a/src/_icons/currency-pound.svg b/src/_icons/currency-pound.svg
new file mode 100644
index 0000000..8f58cf3
--- /dev/null
+++ b/src/_icons/currency-pound.svg
@@ -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>
diff --git a/src/_icons/currency-rupee.svg b/src/_icons/currency-rupee.svg
new file mode 100644
index 0000000..75a04ed
--- /dev/null
+++ b/src/_icons/currency-rupee.svg
@@ -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>