]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/drawable/javascript_enabled.xml
Update icons. Release 1.0.
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / javascript_enabled.xml
1 <!--
2   javascript_enabled.xml is part of the Android Material icon set, where it is named ic_visibility.
3   It is released under the CC-BY license <https://creativecommons.org/licenses/by/4.0/>.
4   Changes to fill color were made by Soren Stoutner in 2016. -->
5
6 <vector xmlns:android="http://schemas.android.com/apk/res/android"
7         android:width="26dp"
8         android:height="26dp"
9         android:viewportWidth="26.0"
10         android:viewportHeight="26.0">
11
12     <!-- The fillColor must be hardcoded in this file unitl the minimum API is >= 22.  Then the resources in colors.xml may be used instead. -->
13     <path
14         android:fillColor="#FFD50000"
15         android:pathData="M12,4.5C7,4.5 2.73,7.61 1,12c1.73,4.39 6,7.5 11,7.5s9.27,-3.11 11,-7.5c-1.73,-4.39 -6,-7.5 -11,-7.5zM12,17c-2.76,0 -5,-2.24 -5,-5s2.24,-5 5,-5 5,2.24 5,5 -2.24,5 -5,5zm0,-8c-1.66,0 -3,1.34 -3,3s1.34,3 3,3 3,-1.34 3,-3 -1.34,-3 -3,-3z"/>
16 </vector>