aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcodecalm <codecalm@gmail.com>2020-03-25 21:07:16 +0100
committercodecalm <codecalm@gmail.com>2020-03-25 21:07:16 +0100
commit30f43f888c2e386940ee2081d0d825925151cab3 (patch)
treebe1b49cd6ebd98fc050c256fb152fff8e671d3ac
parentexposure icon (diff)
downloadtabler-icons-30f43f888c2e386940ee2081d0d825925151cab3.tar.xz
dollar, euro currency
-rw-r--r--src/_icons/currency-dollar.svg6
-rw-r--r--src/_icons/currency-euro.svg6
2 files changed, 12 insertions, 0 deletions
diff --git a/src/_icons/currency-dollar.svg b/src/_icons/currency-dollar.svg
new file mode 100644
index 00000000..a59f0ff4
--- /dev/null
+++ b/src/_icons/currency-dollar.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M16.7 8a3 3 0 0 0 -2.7 -2h-4a3 3 0 0 0 0 6h4a3 3 0 0 1 0 6h-4a3 3 0 0 1 -2.7 -2" />
+ <path d="M12 3v3m0 12v3" />
+</svg>
diff --git a/src/_icons/currency-euro.svg b/src/_icons/currency-euro.svg
new file mode 100644
index 00000000..448caf19
--- /dev/null
+++ b/src/_icons/currency-euro.svg
@@ -0,0 +1,6 @@
+---
+---
+<svg>
+ <path d="M17.2 7a6 7 0 1 0 0 10" />
+ <path d="M13 10h-8m0 4h8" />
+</svg>