]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - res/drawable/downloads.xml
Release 3.18.
[PrivacyBrowserAndroid.git] / res / drawable / downloads.xml
1 <!--
2   downloads.xml comes from the Android Material icon set, where it is called ic_file_download.
3   It is released under the CC-BY license <https://creativecommons.org/licenses/by/4.0/>. -->
4
5 <vector xmlns:android="http://schemas.android.com/apk/res/android"
6         android:width="24dp"
7         android:height="24dp"
8         android:viewportWidth="24.0"
9         android:viewportHeight="24.0">
10     <path
11         android:fillColor="#FF000000"
12         android:pathData="M19,9h-4V3H9v6H5l7,7 7,-7zM5,18v2h14v-2H5z"/>
13 </vector>