From 8d62ef1b89787875bf02b8dcd737aa6de6d76d00 Mon Sep 17 00:00:00 2001
From: Reckless_Satoshi <90936742+Reckless-Satoshi@users.noreply.github.com>
Date: Sun, 1 May 2022 09:45:04 +0000
Subject: [PATCH] Add new svg buy/sell icons (#118)
Co-authored-by: RedPurdy <104675727+RedPurdy@users.noreply.github.com>
---
frontend/static/assets/vector/buy-icon-1.svg | 37 ++++++
frontend/static/assets/vector/buy-icon-2.svg | 66 +++++++++++
frontend/static/assets/vector/buy-icon-3.svg | 51 +++++++++
.../assets/vector/buy-selected-icon-1.svg | 106 +++++++++++++++++
.../assets/vector/buy-selected-icon-2.svg | 75 ++++++++++++
.../assets/vector/buy-selected-icon-3.svg | 67 +++++++++++
.../static/assets/vector/receive-icon-10.svg | 78 +++++++++++++
.../static/assets/vector/receive-icon-2.svg | 98 ++++++++++++++++
frontend/static/assets/vector/sell-icon-1.svg | 39 +++++++
frontend/static/assets/vector/sell-icon-2.svg | 89 +++++++++++++++
frontend/static/assets/vector/sell-icon-3.svg | 68 +++++++++++
.../assets/vector/sell-selected-icon-1.svg | 108 ++++++++++++++++++
.../assets/vector/sell-selected-icon-2.svg | 61 ++++++++++
.../assets/vector/sell-selected-icon-3.svg | 74 ++++++++++++
frontend/static/assets/vector/send-icon-1.svg | 79 +++++++++++++
frontend/static/assets/vector/send-icon-2.svg | 105 +++++++++++++++++
16 files changed, 1201 insertions(+)
create mode 100644 frontend/static/assets/vector/buy-icon-1.svg
create mode 100644 frontend/static/assets/vector/buy-icon-2.svg
create mode 100644 frontend/static/assets/vector/buy-icon-3.svg
create mode 100644 frontend/static/assets/vector/buy-selected-icon-1.svg
create mode 100644 frontend/static/assets/vector/buy-selected-icon-2.svg
create mode 100644 frontend/static/assets/vector/buy-selected-icon-3.svg
create mode 100644 frontend/static/assets/vector/receive-icon-10.svg
create mode 100644 frontend/static/assets/vector/receive-icon-2.svg
create mode 100644 frontend/static/assets/vector/sell-icon-1.svg
create mode 100644 frontend/static/assets/vector/sell-icon-2.svg
create mode 100644 frontend/static/assets/vector/sell-icon-3.svg
create mode 100644 frontend/static/assets/vector/sell-selected-icon-1.svg
create mode 100644 frontend/static/assets/vector/sell-selected-icon-2.svg
create mode 100644 frontend/static/assets/vector/sell-selected-icon-3.svg
create mode 100644 frontend/static/assets/vector/send-icon-1.svg
create mode 100644 frontend/static/assets/vector/send-icon-2.svg
diff --git a/frontend/static/assets/vector/buy-icon-1.svg b/frontend/static/assets/vector/buy-icon-1.svg
new file mode 100644
index 00000000..01b7b030
--- /dev/null
+++ b/frontend/static/assets/vector/buy-icon-1.svg
@@ -0,0 +1,37 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/buy-icon-2.svg b/frontend/static/assets/vector/buy-icon-2.svg
new file mode 100644
index 00000000..00b98a1a
--- /dev/null
+++ b/frontend/static/assets/vector/buy-icon-2.svg
@@ -0,0 +1,66 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/buy-icon-3.svg b/frontend/static/assets/vector/buy-icon-3.svg
new file mode 100644
index 00000000..21e022b9
--- /dev/null
+++ b/frontend/static/assets/vector/buy-icon-3.svg
@@ -0,0 +1,51 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/buy-selected-icon-1.svg b/frontend/static/assets/vector/buy-selected-icon-1.svg
new file mode 100644
index 00000000..cd2834cb
--- /dev/null
+++ b/frontend/static/assets/vector/buy-selected-icon-1.svg
@@ -0,0 +1,106 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/buy-selected-icon-2.svg b/frontend/static/assets/vector/buy-selected-icon-2.svg
new file mode 100644
index 00000000..8eaf1f2f
--- /dev/null
+++ b/frontend/static/assets/vector/buy-selected-icon-2.svg
@@ -0,0 +1,75 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/buy-selected-icon-3.svg b/frontend/static/assets/vector/buy-selected-icon-3.svg
new file mode 100644
index 00000000..82b20607
--- /dev/null
+++ b/frontend/static/assets/vector/buy-selected-icon-3.svg
@@ -0,0 +1,67 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/receive-icon-10.svg b/frontend/static/assets/vector/receive-icon-10.svg
new file mode 100644
index 00000000..71a3d884
--- /dev/null
+++ b/frontend/static/assets/vector/receive-icon-10.svg
@@ -0,0 +1,78 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/receive-icon-2.svg b/frontend/static/assets/vector/receive-icon-2.svg
new file mode 100644
index 00000000..85ec8fb2
--- /dev/null
+++ b/frontend/static/assets/vector/receive-icon-2.svg
@@ -0,0 +1,98 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/sell-icon-1.svg b/frontend/static/assets/vector/sell-icon-1.svg
new file mode 100644
index 00000000..7b190549
--- /dev/null
+++ b/frontend/static/assets/vector/sell-icon-1.svg
@@ -0,0 +1,39 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/sell-icon-2.svg b/frontend/static/assets/vector/sell-icon-2.svg
new file mode 100644
index 00000000..64b1f4db
--- /dev/null
+++ b/frontend/static/assets/vector/sell-icon-2.svg
@@ -0,0 +1,89 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/sell-icon-3.svg b/frontend/static/assets/vector/sell-icon-3.svg
new file mode 100644
index 00000000..4af0c2fc
--- /dev/null
+++ b/frontend/static/assets/vector/sell-icon-3.svg
@@ -0,0 +1,68 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/sell-selected-icon-1.svg b/frontend/static/assets/vector/sell-selected-icon-1.svg
new file mode 100644
index 00000000..24c07e3e
--- /dev/null
+++ b/frontend/static/assets/vector/sell-selected-icon-1.svg
@@ -0,0 +1,108 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/sell-selected-icon-2.svg b/frontend/static/assets/vector/sell-selected-icon-2.svg
new file mode 100644
index 00000000..eeb90bad
--- /dev/null
+++ b/frontend/static/assets/vector/sell-selected-icon-2.svg
@@ -0,0 +1,61 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/sell-selected-icon-3.svg b/frontend/static/assets/vector/sell-selected-icon-3.svg
new file mode 100644
index 00000000..9ed1aaec
--- /dev/null
+++ b/frontend/static/assets/vector/sell-selected-icon-3.svg
@@ -0,0 +1,74 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/send-icon-1.svg b/frontend/static/assets/vector/send-icon-1.svg
new file mode 100644
index 00000000..b400c403
--- /dev/null
+++ b/frontend/static/assets/vector/send-icon-1.svg
@@ -0,0 +1,79 @@
+
+
+
+
diff --git a/frontend/static/assets/vector/send-icon-2.svg b/frontend/static/assets/vector/send-icon-2.svg
new file mode 100644
index 00000000..e01bd5ac
--- /dev/null
+++ b/frontend/static/assets/vector/send-icon-2.svg
@@ -0,0 +1,105 @@
+
+
+
+