diff options
author | Pacien TRAN-GIRARD | 2017-05-05 01:02:16 +0200 |
---|---|---|
committer | Pacien TRAN-GIRARD | 2017-05-05 01:02:16 +0200 |
commit | 2495d8032eb6839a55080b79ac818383c2f75b79 (patch) | |
tree | 6dfbab541368d10ddf1903e3ad93c44ea81080be /app/src/main/res/drawable | |
parent | 6fcd36fb73b2351a58f812532ce846414ed77117 (diff) | |
download | tincapp-2495d8032eb6839a55080b79ac818383c2f75b79.tar.gz |
Import unversioned prototypev0.1-preview
Diffstat (limited to 'app/src/main/res/drawable')
-rw-r--r-- | app/src/main/res/drawable/ic_help_primary_24dp.xml | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_help_primary_24dp.xml b/app/src/main/res/drawable/ic_help_primary_24dp.xml new file mode 100644 index 0000000..b325098 --- /dev/null +++ b/app/src/main/res/drawable/ic_help_primary_24dp.xml | |||
@@ -0,0 +1,9 @@ | |||
1 | <vector xmlns:android="http://schemas.android.com/apk/res/android" | ||
2 | android:width="24dp" | ||
3 | android:height="24dp" | ||
4 | android:viewportWidth="24.0" | ||
5 | android:viewportHeight="24.0"> | ||
6 | <path | ||
7 | android:fillColor="@color/textPrimary" | ||
8 | 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"/> | ||
9 | </vector> | ||