]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/drawable/thick_plus_icon.xml
better shortcut icon
[mobile-ledger.git] / app / src / main / res / drawable / thick_plus_icon.xml
1 <!--
2   ~ Copyright © 2020 Damyan Ivanov.
3   ~ This file is part of MoLe.
4   ~ MoLe is free software: you can distribute it and/or modify it
5   ~ under the term of the GNU General Public License as published by
6   ~ the Free Software Foundation, either version 3 of the License, or
7   ~ (at your opinion), any later version.
8   ~
9   ~ MoLe is distributed in the hope that it will be useful,
10   ~ but WITHOUT ANY WARRANTY; without even the implied warranty of
11   ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12   ~ GNU General Public License terms for details.
13   ~
14   ~ You should have received a copy of the GNU General Public License
15   ~ along with MoLe. If not, see <https://www.gnu.org/licenses/>.
16   -->
17
18 <vector xmlns:android="http://schemas.android.com/apk/res/android"
19     android:width="100dp"
20     android:height="100dp"
21     android:autoMirrored="true"
22     android:viewportWidth="100"
23     android:viewportHeight="100"
24     >
25     <path
26         android:fillColor="#ededed"
27         android:pathData="M50,50m-35,0a35,35 0,1 1,70 0a35,35 0,1 1,-70 0"
28         android:strokeWidth="0.370416"
29         android:strokeColor="#00000000"
30         android:strokeLineCap="round"
31         android:strokeLineJoin="bevel"
32         />
33     <path
34         android:fillColor="#00000000"
35         android:fillType="evenOdd"
36         android:pathData="M50.19,35V65"
37         android:strokeWidth="9"
38         android:strokeColor="#935ff2"
39         android:strokeLineCap="round"
40         android:strokeLineJoin="miter"
41         />
42     <path
43         android:fillColor="#00000000"
44         android:fillType="evenOdd"
45         android:pathData="M35,50L65,50"
46         android:strokeWidth="9"
47         android:strokeColor="#935ff2"
48         android:strokeLineCap="round"
49         android:strokeLineJoin="miter"
50         />
51 </vector>