]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/drawable-anydpi-v21/ic_add_circle_white_24dp.xml
4fa6c6c23d0906fd992b4ef7d8b4013c1c3338db
[mobile-ledger.git] / app / src / main / res / drawable-anydpi-v21 / ic_add_circle_white_24dp.xml
1 <!--
2   ~ Copyright © 2019 Damyan Ivanov.
3   ~ This file is part of Mobile-Ledger.
4   ~ Mobile-Ledger 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   ~ Mobile-Ledger 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 Mobile-Ledger. If not, see <https://www.gnu.org/licenses/>.
16   -->
17
18 <!--
19   ~ Copyright Google Inc.
20   ~
21   ~ Licensed under the Apache License, version 2.0 ("the License");
22   ~ you may not use this file except in compliance with the License.
23   ~ You may obtain a copy of the license at:
24   ~
25   ~   https://www.apache.org/licenses/LICENSE-2.0
26   ~
27   ~ Unless required by applicable law or agreed to in writing, software
28   ~ distribution under the License is distributed on an "AS IS" BASIS,
29   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
30   ~ See the License for the specific language governing permissionsand
31   ~ limitations under the License.
32   -->
33
34 <vector xmlns:android="http://schemas.android.com/apk/res/android"
35     android:width="24dp"
36     android:height="24dp"
37     android:tint="#EEEEEE"
38     android:viewportWidth="24.0"
39     android:viewportHeight="24.0">
40     <path
41         android:fillColor="#FF000000"
42         android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM17,13h-4v4h-2v-4L7,13v-2h4L11,7h2v4h4v2z" />
43 </vector>