diff options
author | codecalm <codecalm@gmail.com> | 2020-03-25 21:07:16 +0100 |
---|---|---|
committer | codecalm <codecalm@gmail.com> | 2020-03-25 21:07:16 +0100 |
commit | 30f43f888c2e386940ee2081d0d825925151cab3 (patch) | |
tree | be1b49cd6ebd98fc050c256fb152fff8e671d3ac /src/_icons | |
parent | exposure icon (diff) | |
download | tabler-icons-30f43f888c2e386940ee2081d0d825925151cab3.tar.xz |
dollar, euro currency
Diffstat (limited to 'src/_icons')
-rw-r--r-- | src/_icons/currency-dollar.svg | 6 | ||||
-rw-r--r-- | src/_icons/currency-euro.svg | 6 |
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> |