Files
AndroidJava/dash-wallet/wallet/res/drawable/ic_circle_down_arrow_green.xml
coco 7846a45f2c a
2026-07-03 15:47:27 +08:00

26 lines
2.8 KiB
XML

<!--
~ Copyright (c) 2022. Dash Core Group.
~ This program is free software: you can redistribute it and/or modify
~ it under the terms of the GNU General Public License as published by
~ the Free Software Foundation, either version 3 of the License, or
~ (at your option) any later version.
~
~ This program is distributed in the hope that it will be useful,
~ but WITHOUT ANY WARRANTY; without even the implied warranty of
~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
~ GNU General Public License for more details.
~
~ You should have received a copy of the GNU General Public License
~ along with this program. If not, see <http://www.gnu.org/licenses/>.
-->
<vector xmlns:android="http://schemas.android.com/apk/res/android"
android:width="34dp"
android:height="34dp"
android:viewportWidth="34"
android:viewportHeight="34">
<path
android:pathData="M17,34C19.322,34 21.506,33.556 23.55,32.667C25.606,31.778 27.417,30.55 28.983,28.983C30.55,27.417 31.778,25.611 32.667,23.567C33.556,21.511 34,19.322 34,17C34,14.678 33.556,12.494 32.667,10.45C31.778,8.394 30.55,6.583 28.983,5.017C27.417,3.45 25.606,2.222 23.55,1.333C21.494,0.444 19.306,0 16.983,0C14.661,0 12.472,0.444 10.417,1.333C8.372,2.222 6.567,3.45 5,5.017C3.444,6.583 2.222,8.394 1.333,10.45C0.444,12.494 0,14.678 0,17C0,19.322 0.444,21.511 1.333,23.567C2.222,25.611 3.45,27.417 5.017,28.983C6.583,30.55 8.389,31.778 10.433,32.667C12.489,33.556 14.678,34 17,34ZM17,31.167C15.033,31.167 13.194,30.8 11.483,30.067C9.772,29.333 8.267,28.322 6.967,27.033C5.678,25.733 4.667,24.228 3.933,22.517C3.211,20.806 2.85,18.967 2.85,17C2.85,15.033 3.211,13.194 3.933,11.483C4.667,9.772 5.678,8.267 6.967,6.967C8.256,5.667 9.756,4.656 11.467,3.933C13.178,3.2 15.017,2.833 16.983,2.833C18.95,2.833 20.789,3.2 22.5,3.933C24.211,4.656 25.717,5.667 27.017,6.967C28.317,8.267 29.333,9.772 30.067,11.483C30.8,13.194 31.167,15.033 31.167,17C31.167,18.967 30.8,20.806 30.067,22.517C29.344,24.228 28.333,25.733 27.033,27.033C25.744,28.322 24.239,29.333 22.517,30.067C20.806,30.8 18.967,31.167 17,31.167ZM17.017,8.5C16.65,8.5 16.35,8.617 16.117,8.85C15.883,9.083 15.767,9.383 15.767,9.75V18.083L15.883,21.6L14.217,19.6L12.233,17.6C11.989,17.356 11.694,17.233 11.35,17.233C11.006,17.233 10.717,17.35 10.483,17.583C10.261,17.817 10.15,18.1 10.15,18.433C10.15,18.8 10.261,19.089 10.483,19.3L16.05,24.85C16.361,25.161 16.683,25.317 17.017,25.317C17.35,25.317 17.672,25.161 17.983,24.85L23.55,19.3C23.772,19.078 23.883,18.789 23.883,18.433C23.883,18.1 23.767,17.817 23.533,17.583C23.3,17.35 23.011,17.233 22.667,17.233C22.3,17.233 22.006,17.356 21.783,17.6L19.817,19.6L18.133,21.617L18.25,18.083V9.75C18.25,9.383 18.133,9.083 17.9,8.85C17.667,8.617 17.372,8.5 17.017,8.5Z"
android:fillColor="#3CB878"/>
</vector>