aboutsummaryrefslogtreecommitdiffstats
path: root/app
diff options
context:
space:
mode:
authorThomas Huang <tmashuang@users.noreply.github.com>2019-06-18 01:26:57 +0800
committerGitHub <noreply@github.com>2019-06-18 01:26:57 +0800
commit3f8f2a9ae13e915705a523c93dfc66bd033f2c60 (patch)
tree10c6f004814be09306992390ca31382937d1fe8f /app
parent4f8bfded797ebfd1af5ea84be894e424e215af4e (diff)
parentaf79692e890c45f2a26bf5fc0abf95988b1e15ea (diff)
downloadtangerine-wallet-browser-3f8f2a9ae13e915705a523c93dfc66bd033f2c60.tar
tangerine-wallet-browser-3f8f2a9ae13e915705a523c93dfc66bd033f2c60.tar.gz
tangerine-wallet-browser-3f8f2a9ae13e915705a523c93dfc66bd033f2c60.tar.bz2
tangerine-wallet-browser-3f8f2a9ae13e915705a523c93dfc66bd033f2c60.tar.lz
tangerine-wallet-browser-3f8f2a9ae13e915705a523c93dfc66bd033f2c60.tar.xz
tangerine-wallet-browser-3f8f2a9ae13e915705a523c93dfc66bd033f2c60.tar.zst
tangerine-wallet-browser-3f8f2a9ae13e915705a523c93dfc66bd033f2c60.zip
Merge branch 'develop' into Version-6.6.2
Diffstat (limited to 'app')
-rw-r--r--app/_locales/en/messages.json6
-rw-r--r--app/_locales/zh_TW/messages.json3
-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
-rw-r--r--app/images/logo/metamask-fox.svg157
6 files changed, 54 insertions, 127 deletions
diff --git a/app/_locales/en/messages.json b/app/_locales/en/messages.json
index 41ba7ef7a..774ae4c85 100644
--- a/app/_locales/en/messages.json
+++ b/app/_locales/en/messages.json
@@ -454,6 +454,9 @@
"defaultNetwork": {
"message": "The default network for Ether transactions is Main Net."
},
+ "delete": {
+ "message": "Delete"
+ },
"denExplainer": {
"message": "Your DEN is your password-encrypted storage within MetaMask."
},
@@ -1742,6 +1745,9 @@
"viewAccount": {
"message": "View Account"
},
+ "viewinExplorer": {
+ "message": "View in Explorer"
+ },
"viewOnCustomBlockExplorer": {
"message": "View at $1"
},
diff --git a/app/_locales/zh_TW/messages.json b/app/_locales/zh_TW/messages.json
index c645f2af1..4df95f72f 100644
--- a/app/_locales/zh_TW/messages.json
+++ b/app/_locales/zh_TW/messages.json
@@ -366,6 +366,9 @@
"defaultNetwork": {
"message": "預設乙太幣交易網路為主網路"
},
+ "delete": {
+ "message": "刪除"
+ },
"denExplainer": {
"message": "您的 DEN 是 MetaMask 中您的的密碼加密儲存庫。"
},
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>
diff --git a/app/images/logo/metamask-fox.svg b/app/images/logo/metamask-fox.svg
index f3c24f79e..60a827b02 100644
--- a/app/images/logo/metamask-fox.svg
+++ b/app/images/logo/metamask-fox.svg
@@ -1,128 +1,31 @@
-<?xml version="1.0" encoding="utf-8"?>
-<!-- Generator: Adobe Illustrator 22.0.1, SVG Export Plug-In . SVG Version: 6.00 Build 0) -->
-<svg version="1.1" id="Layer_1" xmlns:ev="http://www.w3.org/2001/xml-events"
- xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 318.6 318.6"
- style="enable-background:new 0 0 318.6 318.6;" xml:space="preserve">
-<style type="text/css">
- .st0{fill:#161616;stroke:#161616;}
- .st1{fill:#E4761B;stroke:#E4761B;stroke-linecap:round;stroke-linejoin:round;}
- .st2{fill:#763D16;stroke:#763D16;stroke-linecap:round;stroke-linejoin:round;}
- .st3{fill:#F6851B;stroke:#F6851B;stroke-linecap:round;stroke-linejoin:round;}
- .st4{fill:#E2761B;stroke:#E2761B;stroke-linecap:round;stroke-linejoin:round;}
- .st5{fill:#CD6116;stroke:#CD6116;stroke-linecap:round;stroke-linejoin:round;}
- .st6{fill:#C0AD9E;stroke:#C0AD9E;stroke-linecap:round;stroke-linejoin:round;}
- .st7{fill:#D7C1B3;stroke:#D7C1B3;stroke-linecap:round;stroke-linejoin:round;}
- .st8{fill:#E4751F;stroke:#E4751F;stroke-linecap:round;stroke-linejoin:round;}
- .st9{fill:#233447;stroke:#233447;stroke-linecap:round;stroke-linejoin:round;}
- .st10{fill:#161616;stroke:#161616;stroke-linecap:round;stroke-linejoin:round;}
-</style>
-<polygon class="st0" points="277.3,145.6 272.3,142 280.3,134.7 274.2,129.9 282.2,123.8 276.9,119.8 285.3,79 272.7,41.1
- 191.6,71.4 124.1,71.4 43,41.1 30.4,79 38.9,119.8 33.5,123.8 41.5,129.9 35.4,134.7 43.4,142 38.4,145.6 49.9,159.1 32.5,213.3
- 48.6,268.6 105.3,253 116.3,262 138.7,277.5 177,277.5 199.4,262 210.4,253 267.1,268.6 283.3,213.3 265.8,159.1 "/>
-<g>
- <polygon class="st1" points="105.3,253 48.6,268.6 32.5,213.3 "/>
- <polygon class="st1" points="283.3,213.3 267.1,268.6 210.4,253 "/>
- <polygon class="st2" points="265.8,159.1 213.5,143.8 231.8,139 "/>
- <polygon class="st2" points="49.9,159.1 84,139 102.2,143.8 "/>
- <polygon class="st2" points="43.4,142 41.5,129.9 84,139 "/>
- <polygon class="st2" points="272.3,142 231.8,139 274.2,129.9 "/>
- <polygon class="st2" points="272.3,142 265.8,159.1 231.8,139 "/>
- <polygon class="st2" points="43.4,142 84,139 49.9,159.1 "/>
- <polygon class="st2" points="231.8,139 276.9,119.8 274.2,129.9 "/>
- <polygon class="st2" points="84,139 41.5,129.9 38.9,119.8 "/>
- <polygon class="st3" points="124.1,71.4 191.6,71.4 176.5,112.5 "/>
- <polygon class="st3" points="176.5,112.5 139.2,112.5 124.1,71.4 "/>
- <polygon class="st2" points="276.9,119.8 231.8,139 231,87.4 "/>
- <polygon class="st2" points="102.2,143.8 84,139 84.7,87.4 "/>
- <polygon class="st2" points="84.7,87.4 84,139 38.9,119.8 "/>
- <polygon class="st2" points="231,87.4 231.8,139 213.5,143.8 "/>
- <polygon class="st1" points="139.2,112.5 43,41.1 124.1,71.4 "/>
- <polygon class="st4" points="272.7,41.1 176.5,112.5 191.6,71.4 "/>
- <polygon class="st1" points="210.4,253 236.9,213.3 283.3,213.3 "/>
- <polygon class="st1" points="32.5,213.3 78.9,213.3 105.3,253 "/>
- <polygon class="st3" points="229.3,167.7 283.3,213.3 236.9,213.3 "/>
- <polygon class="st3" points="86.4,167.7 32.5,213.3 49.9,159.1 "/>
- <polygon class="st3" points="78.9,213.3 32.5,213.3 86.4,167.7 "/>
- <polygon class="st3" points="229.3,167.7 265.8,159.1 283.3,213.3 "/>
- <polygon class="st2" points="84.7,87.4 139.2,112.5 102.2,143.8 "/>
- <polygon class="st2" points="213.5,143.8 176.5,112.5 231,87.4 "/>
- <polygon class="st2" points="265.8,159.1 272.3,142 277.3,145.6 "/>
- <polygon class="st2" points="49.9,159.1 38.4,145.6 43.4,142 "/>
- <polygon class="st2" points="272.3,142 274.2,129.9 280.3,134.7 "/>
- <polygon class="st2" points="43.4,142 35.4,134.7 41.5,129.9 "/>
- <polygon class="st2" points="33.5,123.8 38.9,119.8 41.5,129.9 "/>
- <polygon class="st2" points="282.2,123.8 274.2,129.9 276.9,119.8 "/>
- <polygon class="st3" points="49.9,159.1 102.2,143.8 86.4,167.7 "/>
- <polygon class="st3" points="265.8,159.1 229.3,167.7 213.5,143.8 "/>
- <polygon class="st2" points="38.9,119.8 30.4,79 84.7,87.4 "/>
- <polygon class="st2" points="231,87.4 285.3,79 276.9,119.8 "/>
- <polygon class="st1" points="102.2,143.8 139.2,112.5 142.6,170.2 "/>
- <polygon class="st1" points="213.5,143.8 229.3,167.7 173.1,170.2 "/>
- <polygon class="st1" points="173.1,170.2 176.5,112.5 213.5,143.8 "/>
- <polygon class="st1" points="142.6,170.2 86.4,167.7 102.2,143.8 "/>
- <polygon class="st2" points="272.7,41.1 285.3,79 231,87.4 "/>
- <polygon class="st2" points="43,41.1 139.2,112.5 84.7,87.4 "/>
- <polygon class="st2" points="231,87.4 176.5,112.5 272.7,41.1 "/>
- <polygon class="st2" points="84.7,87.4 30.4,79 43,41.1 "/>
- <polygon class="st5" points="105.3,253 78.9,213.3 110,213.7 "/>
- <polygon class="st5" points="210.4,253 205.7,213.7 236.9,213.3 "/>
- <polygon class="st3" points="173.1,170.2 142.6,170.2 139.2,112.5 "/>
- <polygon class="st3" points="139.2,112.5 176.5,112.5 173.1,170.2 "/>
- <polygon class="st6" points="116.3,262 105.3,253 136.8,267.9 "/>
- <polygon class="st6" points="178.9,267.9 210.4,253 199.4,262 "/>
- <polygon class="st7" points="136.6,258.6 136.8,267.9 105.3,253 "/>
- <polygon class="st7" points="179.2,258.6 210.4,253 178.9,267.9 "/>
- <polygon class="st3" points="86.4,167.7 110,213.7 78.9,213.3 "/>
- <polygon class="st3" points="236.9,213.3 205.7,213.7 229.3,167.7 "/>
- <polygon class="st8" points="86.4,167.7 109.2,190.8 110,213.7 "/>
- <polygon class="st8" points="229.3,167.7 205.7,213.7 206.6,190.8 "/>
- <polygon class="st7" points="105.3,253 139.2,236.5 136.6,258.6 "/>
- <polygon class="st7" points="210.4,253 179.2,258.6 176.5,236.5 "/>
- <polygon class="st1" points="139.2,236.5 105.3,253 110,213.7 "/>
- <polygon class="st1" points="176.5,236.5 205.7,213.7 210.4,253 "/>
- <polygon class="st5" points="173.1,170.2 229.3,167.7 206.6,190.8 "/>
- <polygon class="st5" points="109.2,190.8 86.4,167.7 142.6,170.2 "/>
- <polygon class="st5" points="142.6,170.2 129.1,181.7 109.2,190.8 "/>
- <polygon class="st5" points="206.6,190.8 186.6,181.7 173.1,170.2 "/>
- <polygon class="st3" points="205.7,213.7 178.3,199.1 206.6,190.8 "/>
- <polygon class="st3" points="110,213.7 109.2,190.8 137.4,199.1 "/>
- <polygon class="st9" points="137.4,199.1 109.2,190.8 129.1,181.7 "/>
- <polygon class="st9" points="178.3,199.1 186.6,181.7 206.6,190.8 "/>
- <polygon class="st5" points="186.6,181.7 178.3,199.1 173.1,170.2 "/>
- <polygon class="st5" points="129.1,181.7 142.6,170.2 137.4,199.1 "/>
- <polygon class="st6" points="199.4,262 177,277.5 178.9,267.9 "/>
- <polygon class="st6" points="136.8,267.9 138.7,277.5 116.3,262 "/>
- <polygon class="st4" points="178.3,199.1 171.8,188.4 173.1,170.2 "/>
- <polygon class="st8" points="137.4,199.1 142.6,170.2 143.9,188.4 "/>
- <polygon class="st3" points="173.1,170.2 171.8,188.4 143.9,188.4 "/>
- <polygon class="st3" points="143.9,188.4 142.6,170.2 173.1,170.2 "/>
- <polygon class="st3" points="178.3,199.1 205.7,213.7 176.5,236.5 "/>
- <polygon class="st3" points="139.2,236.5 110,213.7 137.4,199.1 "/>
- <polygon class="st3" points="137.4,199.1 144,233.2 139.2,236.5 "/>
- <polygon class="st3" points="176.5,236.5 171.7,233.2 178.3,199.1 "/>
- <polygon class="st8" points="171.8,188.4 178.3,199.1 171.7,233.2 "/>
- <polygon class="st8" points="143.9,188.4 144,233.2 137.4,199.1 "/>
- <polygon class="st3" points="143.9,188.4 171.8,188.4 171.7,233.2 "/>
- <polygon class="st3" points="171.7,233.2 144,233.2 143.9,188.4 "/>
- <polygon class="st6" points="179.2,258.6 178.9,267.9 177,277.5 "/>
- <polygon class="st6" points="138.7,277.5 136.8,267.9 136.6,258.6 "/>
- <polygon class="st6" points="136.6,258.6 139,256.4 138.7,277.5 "/>
- <polygon class="st6" points="177,277.5 176.7,256.4 179.2,258.6 "/>
- <polygon class="st6" points="138.7,277.5 139,256.4 176.7,256.4 "/>
- <polygon class="st6" points="176.7,256.4 177,277.5 138.7,277.5 "/>
- <polygon class="st10" points="176.5,236.5 179.2,258.6 176.7,256.4 "/>
- <polygon class="st10" points="139,256.4 136.6,258.6 139.2,236.5 "/>
- <polygon class="st10" points="139.2,236.5 140.7,241.2 139,256.4 "/>
- <polygon class="st10" points="176.7,256.4 175,241.2 176.5,236.5 "/>
- <polygon class="st10" points="143.7,237.7 140.7,241.2 139.2,236.5 "/>
- <polygon class="st10" points="176.5,236.5 175,241.2 172,237.7 "/>
- <polygon class="st10" points="172,237.7 171.7,233.2 176.5,236.5 "/>
- <polygon class="st10" points="139.2,236.5 144,233.2 143.7,237.7 "/>
- <polygon class="st10" points="171.7,233.2 172,237.7 143.7,237.7 "/>
- <polygon class="st10" points="143.7,237.7 144,233.2 171.7,233.2 "/>
- <polygon class="st10" points="140.7,241.2 175,241.2 176.7,256.4 "/>
- <polygon class="st10" points="176.7,256.4 139,256.4 140.7,241.2 "/>
- <polygon class="st10" points="140.7,241.2 143.7,237.7 172,237.7 "/>
- <polygon class="st10" points="172,237.7 175,241.2 140.7,241.2 "/>
-</g>
+<svg width="35" height="33" viewBox="0 0 35 33" fill="none" xmlns="http://www.w3.org/2000/svg">
+ <path d="M32.9582 1L19.8241 10.7183L22.2665 4.99099L32.9582 1Z" fill="#E17726" stroke="#E17726" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M2.66296 1L15.6801 10.809L13.3547 4.99098L2.66296 1Z" fill="#E27625" stroke="#E27625" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M28.2295 23.5335L24.7348 28.8721L32.2177 30.9324L34.3613 23.6501L28.2295 23.5335Z" fill="#E27625" stroke="#E27625" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M1.27281 23.6501L3.40336 30.9324L10.8733 28.8721L7.39164 23.5335L1.27281 23.6501Z" fill="#E27625" stroke="#E27625" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M10.4706 14.5149L8.392 17.6507L15.797 17.9876L15.5501 10.0186L10.4706 14.5149Z" fill="#E27625" stroke="#E27625" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M25.1505 14.5149L19.993 9.92786L19.8242 17.9876L27.2291 17.6507L25.1505 14.5149Z" fill="#E27625" stroke="#E27625" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M10.8733 28.8721L15.3552 26.7082L11.4969 23.702L10.8733 28.8721Z" fill="#E27625" stroke="#E27625" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M20.2659 26.7082L24.7348 28.8721L24.1243 23.702L20.2659 26.7082Z" fill="#E27625" stroke="#E27625" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M24.7348 28.8721L20.2658 26.7082L20.6296 29.6107L20.5906 30.8417L24.7348 28.8721Z" fill="#D5BFB2" stroke="#D5BFB2" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M10.8732 28.8721L15.0304 30.8417L15.0044 29.6107L15.3552 26.7082L10.8732 28.8721Z" fill="#D5BFB2" stroke="#D5BFB2" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M15.1084 21.7842L11.3929 20.6958L14.0172 19.4907L15.1084 21.7842Z" fill="#233447" stroke="#233447" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M20.5126 21.7842L21.6039 19.4907L24.2411 20.6958L20.5126 21.7842Z" fill="#233447" stroke="#233447" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M10.8733 28.8721L11.5228 23.5335L7.39163 23.6502L10.8733 28.8721Z" fill="#CC6228" stroke="#CC6228" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M24.0982 23.5335L24.7348 28.8721L28.2294 23.6502L24.0982 23.5335Z" fill="#CC6228" stroke="#CC6228" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M27.2291 17.6507L19.8241 17.9876L20.5126 21.7842L21.6039 19.4907L24.2411 20.6958L27.2291 17.6507Z" fill="#CC6228" stroke="#CC6228" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M11.3929 20.6958L14.0171 19.4907L15.1084 21.7842L15.7969 17.9876L8.39195 17.6507L11.3929 20.6958Z" fill="#CC6228" stroke="#CC6228" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M8.392 17.6507L11.4969 23.702L11.393 20.6958L8.392 17.6507Z" fill="#E27525" stroke="#E27525" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M24.2412 20.6958L24.1243 23.702L27.2292 17.6507L24.2412 20.6958Z" fill="#E27525" stroke="#E27525" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M15.797 17.9876L15.1084 21.7843L15.9788 26.2676L16.1737 20.3589L15.797 17.9876Z" fill="#E27525" stroke="#E27525" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M19.8242 17.9876L19.4604 20.346L19.6423 26.2676L20.5127 21.7843L19.8242 17.9876Z" fill="#E27525" stroke="#E27525" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M20.5127 21.7842L19.6423 26.2676L20.2659 26.7082L24.1243 23.702L24.2412 20.6958L20.5127 21.7842Z" fill="#F5841F" stroke="#F5841F" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M11.3929 20.6958L11.4969 23.702L15.3552 26.7082L15.9788 26.2676L15.1084 21.7842L11.3929 20.6958Z" fill="#F5841F" stroke="#F5841F" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M20.5906 30.8417L20.6296 29.6107L20.2918 29.3256H15.3292L15.0044 29.6107L15.0304 30.8417L10.8732 28.8721L12.3283 30.0642L15.2772 32.0986H20.3308L23.2928 30.0642L24.7348 28.8721L20.5906 30.8417Z" fill="#C0AC9D" stroke="#C0AC9D" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M20.2659 26.7082L19.6423 26.2676H15.9788L15.3552 26.7082L15.0044 29.6107L15.3292 29.3256H20.2918L20.6296 29.6107L20.2659 26.7082Z" fill="#161616" stroke="#161616" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M33.5168 11.3532L34.6211 5.98873L32.9582 1L20.2659 10.3944L25.1505 14.5149L32.0488 16.5234L33.5688 14.7482L32.9062 14.2687L33.9585 13.3099L33.1531 12.6879L34.2054 11.8845L33.5168 11.3532Z" fill="#763E1A" stroke="#763E1A" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M1 5.98873L2.11724 11.3532L1.40273 11.8845L2.468 12.6879L1.66255 13.3099L2.71483 14.2687L2.05228 14.7482L3.57225 16.5234L10.4706 14.5149L15.3552 10.3944L2.66287 1L1 5.98873Z" fill="#763E1A" stroke="#763E1A" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M32.0489 16.5234L25.1506 14.5149L27.2292 17.6507L24.1243 23.702L28.2295 23.6501H34.3613L32.0489 16.5234Z" fill="#F5841F" stroke="#F5841F" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M10.4705 14.5149L3.57222 16.5234L1.27278 23.6501H7.39161L11.4968 23.702L8.39193 17.6507L10.4705 14.5149Z" fill="#F5841F" stroke="#F5841F" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
+ <path d="M19.8241 17.9876L20.2658 10.3944L22.2665 4.991H13.3546L15.3552 10.3944L15.7969 17.9876L15.9658 20.3718L15.9788 26.2676H19.6423L19.6553 20.3718L19.8241 17.9876Z" fill="#F5841F" stroke="#F5841F" stroke-width="0.25" stroke-linecap="round" stroke-linejoin="round"/>
</svg>