aboutsummaryrefslogtreecommitdiffstats
path: root/app/images/icons
diff options
context:
space:
mode:
authorChi Kei Chan <chikeichan@gmail.com>2019-06-13 10:56:04 +0800
committerGitHub <noreply@github.com>2019-06-13 10:56:04 +0800
commit9a1a207ffae63962b2ae0ec1bdd7daa7a67eaa27 (patch)
tree13933ea3bd92289b0b8fa067546d545ac380d9e6 /app/images/icons
parent71390db4a3cd98e9a70abaae75b9e2864ebbddc6 (diff)
downloadtangerine-wallet-browser-9a1a207ffae63962b2ae0ec1bdd7daa7a67eaa27.tar.gz
tangerine-wallet-browser-9a1a207ffae63962b2ae0ec1bdd7daa7a67eaa27.tar.zst
tangerine-wallet-browser-9a1a207ffae63962b2ae0ec1bdd7daa7a67eaa27.zip
MetaMorph - Spacing and Typeface on Extension Main view (#6584)
* wip * Style Update: Mobile App Header * wip * Style Update: mobile menu-bar * Style Update: Primary and Secondary balance on mobile main view * Style Update: Spacing for transaction-list and transaction-list-item * Address PR Comments * Fix full-width view * line-height fixes
Diffstat (limited to 'app/images/icons')
-rw-r--r--app/images/icons/3dots.svg5
-rw-r--r--app/images/icons/caret-down.svg3
-rw-r--r--app/images/icons/hamburger.svg7
3 files changed, 15 insertions, 0 deletions
diff --git a/app/images/icons/3dots.svg b/app/images/icons/3dots.svg
new file mode 100644
index 000000000..07bbad137
--- /dev/null
+++ b/app/images/icons/3dots.svg
@@ -0,0 +1,5 @@
+<svg width="20" height="4" viewBox="0 0 20 4" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M2 4C3.10457 4 4 3.10457 4 2C4 0.89543 3.10457 0 2 0C0.89543 0 0 0.89543 0 2C0 3.10457 0.89543 4 2 4Z" fill="#6A737D"/>
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M10 4C11.1046 4 12 3.10457 12 2C12 0.89543 11.1046 0 10 0C8.89543 0 8 0.89543 8 2C8 3.10457 8.89543 4 10 4Z" fill="#6A737D"/>
+ <path fill-rule="evenodd" clip-rule="evenodd" d="M18 4C19.1046 4 20 3.10457 20 2C20 0.89543 19.1046 0 18 0C16.8954 0 16 0.89543 16 2C16 3.10457 16.8954 4 18 4Z" fill="#6A737D"/>
+</svg>
diff --git a/app/images/icons/caret-down.svg b/app/images/icons/caret-down.svg
new file mode 100644
index 000000000..06790bf92
--- /dev/null
+++ b/app/images/icons/caret-down.svg
@@ -0,0 +1,3 @@
+<svg width="11" height="7" viewBox="0 0 11 7" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path d="M1 1L5.57143 5.57143L10.1407 1.0022" stroke="#545556"/>
+</svg>
diff --git a/app/images/icons/hamburger.svg b/app/images/icons/hamburger.svg
new file mode 100644
index 000000000..7a6da3089
--- /dev/null
+++ b/app/images/icons/hamburger.svg
@@ -0,0 +1,7 @@
+<svg width="20" height="15" viewBox="0 0 20 15" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <g id="hamburger">
+ <rect id="Rectangle 3" width="20" height="3" rx="1.5" fill="#6A737D"/>
+ <rect id="Rectangle 3_2" y="6" width="20" height="3" rx="1.5" fill="#6A737D"/>
+ <rect id="Rectangle 3_3" y="12" width="20" height="3" rx="1.5" fill="#6A737D"/>
+ </g>
+</svg>