]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/drawable/about.xml
32ce26a095c3e113026ff6e992d858d30cc5f53f
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / about.xml
1 <!-- about.xml comes from the Android Material icon set, where it is called ic_info_outline.
2   It is released under the CC-BY license <https://creativecommons.org/licenses/by/4.0/>. -->
3
4 <vector
5     xmlns:android="http://schemas.android.com/apk/res/android"
6     android:height="24dp"
7     android:width="24dp"
8     android:viewportHeight="24.0"
9     android:viewportWidth="24.0" >
10
11     <!-- We have to use a hard coded color code until API >= 21.  Then we can use`@color`. -->
12     <path
13         android:fillColor="#FF000000"
14         android:pathData="M11,17h2v-6h-2v6zM12,2C6.48,2 2,6.48 2,12s4.48,10 10,10 10,-4.48 10,-10S17.52,2 12,2zM12,20c-4.41,0 -8,-3.59 -8,-8s3.59,-8 8,-8 8,3.59 8,8 -3.59,8 -8,8zM11,9h2L13,7h-2v2z" />
15 </vector>