]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/drawable/ic_settings_black_24dp.xml
cc2415acfc17c4fcc8a5900422916ef4813aebee
[mobile-ledger.git] / app / src / main / res / drawable / ic_settings_black_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 permissions and
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="@color/colorAccent"
38     android:viewportWidth="24.0"
39     android:viewportHeight="24.0">
40     <path
41         android:fillColor="#FF000000"
42         android:pathData="M19.43,12.98c0.04,-0.32 0.07,-0.64 0.07,-0.98s-0.03,-0.66 -0.07,-0.98l2.11,-1.65c0.19,-0.15 0.24,-0.42 0.12,-0.64l-2,-3.46c-0.12,-0.22 -0.39,-0.3 -0.61,-0.22l-2.49,1c-0.52,-0.4 -1.08,-0.73 -1.69,-0.98l-0.38,-2.65C14.46,2.18 14.25,2 14,2h-4c-0.25,0 -0.46,0.18 -0.49,0.42l-0.38,2.65c-0.61,0.25 -1.17,0.59 -1.69,0.98l-2.49,-1c-0.23,-0.09 -0.49,0 -0.61,0.22l-2,3.46c-0.13,0.22 -0.07,0.49 0.12,0.64l2.11,1.65c-0.04,0.32 -0.07,0.65 -0.07,0.98s0.03,0.66 0.07,0.98l-2.11,1.65c-0.19,0.15 -0.24,0.42 -0.12,0.64l2,3.46c0.12,0.22 0.39,0.3 0.61,0.22l2.49,-1c0.52,0.4 1.08,0.73 1.69,0.98l0.38,2.65c0.03,0.24 0.24,0.42 0.49,0.42h4c0.25,0 0.46,-0.18 0.49,-0.42l0.38,-2.65c0.61,-0.25 1.17,-0.59 1.69,-0.98l2.49,1c0.23,0.09 0.49,0 0.61,-0.22l2,-3.46c0.12,-0.22 0.07,-0.49 -0.12,-0.64l-2.11,-1.65zM12,15.5c-1.93,0 -3.5,-1.57 -3.5,-3.5s1.57,-3.5 3.5,-3.5 3.5,1.57 3.5,3.5 -1.57,3.5 -3.5,3.5z" />
43 </vector>