]> git.ktnx.net Git - mobile-ledger.git/blob - app/src/main/res/drawable-anydpi/ic_baseline_help_24_white.xml
more pronounced day/month delimiters in the transaction list
[mobile-ledger.git] / app / src / main / res / drawable-anydpi / ic_baseline_help_24_white.xml
1 <!--
2   ~ Copyright Google Inc.
3   ~
4   ~ Licensed under the Apache License, version 2.0 ("the License");
5   ~ you may not use this file except in compliance with the License.
6   ~ You may obtain a copy of the license at:
7   ~
8   ~ https://www.apache.org/licenses/LICENSE-2.0
9   ~
10   ~ Unless required by applicable law or agreed to in writing, software
11   ~ distribution under the License is distributed on an "AS IS" BASIS,
12   ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13   ~ See the License for the specific language governing permissions and
14   ~ limitations under the License.
15   ~
16   ~ Modified/adapted by Damyan Ivanov for MoLe
17   -->
18
19 <vector xmlns:android="http://schemas.android.com/apk/res/android"
20     android:width="24dp"
21     android:height="24dp"
22     android:autoMirrored="true"
23     android:tint="?colorOnPrimary"
24     android:viewportWidth="24"
25     android:viewportHeight="24"
26     >
27     <path
28         android:fillColor="@android:color/white"
29         android:pathData="M12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM13,19h-2v-2h2v2zM15.07,11.25l-0.9,0.92C13.45,12.9 13,13.5 13,15h-2v-0.5c0,-1.1 0.45,-2.1 1.17,-2.83l1.24,-1.26c0.37,-0.36 0.59,-0.86 0.59,-1.41 0,-1.1 -0.9,-2 -2,-2s-2,0.9 -2,2L8,9c0,-2.21 1.79,-4 4,-4s4,1.79 4,4c0,0.88 -0.36,1.68 -0.93,2.25z"
30         />
31 </vector>