30 lines
1.9 KiB
XML
30 lines
1.9 KiB
XML
<!--
|
|
~ Copyright 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="48dp"
|
|
android:height="48dp"
|
|
android:viewportWidth="48"
|
|
android:viewportHeight="48">
|
|
<path
|
|
android:pathData="M24,0L24,0A24,24 0,0 1,48 24L48,24A24,24 0,0 1,24 48L24,48A24,24 0,0 1,0 24L0,24A24,24 0,0 1,24 0z"
|
|
android:fillColor="#008DE4"/>
|
|
<path
|
|
android:pathData="M19.94,20.138C19.94,19.473 19.427,18.933 18.762,18.933C18.096,18.933 17.53,19.473 17.53,20.138V27.608H15.696C15.133,27.608 14.777,27.822 14.629,28.249C14.471,28.687 14.55,29.115 14.866,29.532L17.934,33.649C18.142,33.927 18.414,34.067 18.75,34.067C19.076,34.067 19.348,33.927 19.565,33.649L22.634,29.532C22.95,29.095 23.029,28.662 22.871,28.234C22.713,27.817 22.362,27.608 21.818,27.608H19.94V20.138ZM30.44,27.862C30.44,28.527 29.927,29.067 29.262,29.067C28.596,29.067 28.03,28.527 28.03,27.862V20.392H26.196C25.633,20.392 25.277,20.178 25.129,19.751C24.971,19.313 25.05,18.885 25.366,18.468L28.434,14.351C28.642,14.073 28.914,13.933 29.25,13.933C29.576,13.933 29.848,14.073 30.065,14.351L33.134,18.468C33.45,18.905 33.529,19.338 33.371,19.766C33.213,20.183 32.862,20.392 32.318,20.392H30.44V27.862Z"
|
|
android:fillColor="@color/background_secondary"
|
|
android:fillType="evenOdd"/>
|
|
</vector>
|