]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/drawable/home.xml
8b60d3ba432d5de0fe8dd22053cee2eb650fc08e
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / home.xml
1 <!-- home.xml comes from the Android Material icon set, where it is called ic_home.  It is released under the CC-BY license <https://creativecommons.org/licenses/by/4.0/>. -->
2
3 <vector xmlns:android="http://schemas.android.com/apk/res/android"
4         android:width="24dp"
5         android:height="24dp"
6         android:viewportWidth="24.0"
7         android:viewportHeight="24.0">
8     <path
9         android:fillColor="#FF000000"
10         android:pathData="M10,20v-6h4v6h5v-8h3L12,3 2,12h3v8z"/>
11 </vector>