]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/drawable/back.xml
765fdf876adb2edc0c3bcbee6b3f1ecd866e1601
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / back.xml
1 <!-- back.xml comes from the Android Material icon set, where it is called ic_arrow_back.  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="M20,11H7.83l5.59,-5.59L12,4l-8,8 8,8 1.41,-1.41L7.83,13H20v-2z"/>
11 </vector>