Updated on 2026-08-14

This commit is contained in:
Tangem 2023-08-14 17:19:17 +08:00
parent c203e8cc52
commit a62354d5fb
13 changed files with 130 additions and 33 deletions

View file

@ -0,0 +1,13 @@
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="64dp"
android:height="64dp"
android:viewportWidth="64"
android:viewportHeight="64">
<group>
<clip-path android:pathData="M0,0h64v64h-64z" />
<path
android:pathData="M55.941,38.668C55.64,37.404 55.239,36.109 54.738,34.798C52.628,38.647 49.782,42.465 46.265,45.981C42.749,49.497 38.931,52.343 35.082,54.454C36.394,54.954 37.688,55.356 38.952,55.657C45.197,57.144 50.274,56.114 53.336,53.052C56.399,49.99 57.428,44.913 55.941,38.668ZM44.498,44.213C48.408,40.303 51.415,36.036 53.455,31.839C51.415,27.641 48.408,23.375 44.497,19.465C40.587,15.554 36.321,12.547 32.123,10.507C27.925,12.547 23.659,15.554 19.749,19.465C15.838,23.375 12.831,27.641 10.791,31.839C12.831,36.036 15.838,40.303 19.749,44.213C23.659,48.124 27.925,51.131 32.123,53.171C36.321,51.131 40.587,48.124 44.498,44.213ZM55.104,54.82C60.196,49.728 60.286,40.89 56.215,31.839C60.286,22.787 60.196,13.95 55.104,8.858C50.012,3.766 41.175,3.676 32.123,7.747C23.071,3.676 14.234,3.766 9.142,8.858C4.05,13.95 3.96,22.787 8.031,31.839C3.96,40.89 4.05,49.728 9.142,54.82C14.234,59.912 23.071,60.002 32.123,55.931C41.175,60.002 50.012,59.912 55.104,54.82ZM38.952,8.021C37.688,8.322 36.394,8.723 35.082,9.223C38.931,11.334 42.749,14.18 46.265,17.697C49.782,21.213 52.628,25.031 54.738,28.88C55.239,27.568 55.64,26.274 55.941,25.01C57.428,18.764 56.399,13.688 53.336,10.626C50.274,7.563 45.197,6.534 38.952,8.021ZM25.294,8.021C26.558,8.322 27.853,8.723 29.164,9.223C25.315,11.334 21.497,14.18 17.981,17.697C14.465,21.213 11.619,25.031 9.508,28.88C9.008,27.568 8.606,26.274 8.305,25.01C6.818,18.764 7.847,13.688 10.91,10.626C13.972,7.563 19.049,6.534 25.294,8.021ZM8.305,38.668C8.606,37.404 9.008,36.109 9.508,34.798C11.619,38.647 14.465,42.465 17.981,45.981C21.497,49.497 25.315,52.343 29.164,54.454C27.853,54.954 26.558,55.356 25.294,55.657C19.049,57.144 13.972,56.114 10.91,53.052C7.847,49.99 6.818,44.913 8.305,38.668ZM32.853,27.774L32,22L31.147,27.774C30.889,29.519 29.519,30.889 27.774,31.147L22,32L27.774,32.853C29.519,33.111 30.889,34.481 31.147,36.225L32,42L32.853,36.225C33.111,34.481 34.481,33.111 36.225,32.853L42,32L36.225,31.147C34.481,30.889 33.111,29.519 32.853,27.774Z"
android:fillColor="#C9C9C9"
android:fillType="evenOdd" />
</group>
</vector>