]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/drawable/block_all_third_party_requests_disabled_dark.xml
Add an option to block all third-party requests. https://redmine.stoutner.com/issues/209
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / block_all_third_party_requests_disabled_dark.xml
1 <!-- `block_all_third_party_requests_disabled_dark.xml` comes from the Android Material icon set, where it is called `new_releases`.  It is released under the Apache License 2.0. -->
2 <vector
3     xmlns:android="http://schemas.android.com/apk/res/android"
4
5     android:height="24dp"
6     android:width="24dp"
7     android:viewportHeight="24.0"
8     android:viewportWidth="24.0" >
9
10     <!-- A hard coded color must be used until API >= 21.  Then `@color` may be used. -->
11     <path
12         android:fillColor="#FF9E9E9E"
13         android:pathData="M23,12l-2.44,-2.78 0.34,-3.68 -3.61,-0.82 -1.89,-3.18L12,3 8.6,1.54 6.71,4.72l-3.61,0.81 0.34,3.68L1,12l2.44,2.78 -0.34,3.69 3.61,0.82 1.89,3.18L12,21l3.4,1.46 1.89,-3.18 3.61,-0.82 -0.34,-3.68L23,12zM13,17h-2v-2h2v2zM13,13h-2L11,7h2v6z"/>
14 </vector>