]> gitweb.stoutner.com Git - PrivacyBrowserAndroid.git/blob - app/src/main/res/drawable/warning.xml
863c1262723c54cef0723070e68a5ccbf393b96b
[PrivacyBrowserAndroid.git] / app / src / main / res / drawable / warning.xml
1 <!-- `warning.xml` is derived from `ic_security` and `ic_language`, which are part of the Android Material icon set.  They are released under the Apache License 2.0.
2     Modifications were made by Soren Stoutner <soren@stoutner.com> in 2016 and are released under the GPLv3+ license. -->
3
4 <vector
5     xmlns:android="http://schemas.android.com/apk/res/android"
6     android:height="26dp"
7     android:width="26dp"
8     android:viewportHeight="256.0"
9     android:viewportWidth="256.0" >
10
11     <!-- We have to use a hard coded color code until API >= 21.  Then we can use `@color`. -->
12     <path
13         android:fillAlpha="1"
14         android:fillColor="#f57f17"
15         android:pathData="m128,12.8 l-94.25,41.89 0,62.84c0,58.12 40.22,112.48 94.25,125.67 54.04,-13.2 94.25,-67.55 94.25,-125.67l0,-62.84z"
16         android:strokeColor="#00000000" />
17
18     <!-- We have to use a hard coded color code until API >= 21.  Then we can use `@color`. -->
19     <path
20         android:fillAlpha="1"
21         android:fillColor="#fbc02d"
22         android:pathData="m128,0 l-104.73,46.55 0,69.82C23.27,180.95 67.96,241.34 128,256 188.04,241.34 232.73,180.95 232.73,116.36l0,-69.82L128,0ZM128,127.88 L209.45,127.88C203.29,175.83 171.29,218.53 128,231.91l0,-103.91 -81.45,0 0,-66.33L128,25.48l0,102.4z"
23         android:strokeColor="#00000000" />
24
25     <!-- We have to use a hard coded color code until API >= 21.  Then we can use `@color`. -->
26     <path
27         android:fillAlpha="1"
28         android:fillColor="#ffffff"
29         android:pathData="m127.92,48.21c-44.04,0 -79.71,35.74 -79.71,79.79 0,44.04 35.66,79.79 79.71,79.79 44.12,0 79.87,-35.74 79.87,-79.79 0,-44.04 -35.74,-79.79 -79.87,-79.79zM183.21,96.09 L159.67,96.09c-2.55,-9.97 -6.22,-19.55 -11.01,-28.4 14.68,5.03 26.89,15.24 34.55,28.4zM128,64.49c6.62,9.57 11.81,20.19 15.24,31.6l-30.48,0c3.43,-11.41 8.62,-22.02 15.24,-31.6zM66.25,143.96C64.97,138.85 64.17,133.51 64.17,128c0,-5.51 0.8,-10.85 2.07,-15.96l26.97,0c-0.64,5.27 -1.12,10.53 -1.12,15.96 0,5.43 0.48,10.69 1.12,15.96l-26.97,0zM72.79,159.91 L96.33,159.91c2.55,9.97 6.22,19.55 11.01,28.4 -14.68,-5.03 -26.89,-15.16 -34.55,-28.4zM96.33,96.09 L72.79,96.09c7.66,-13.24 19.87,-23.38 34.55,-28.4 -4.79,8.86 -8.46,18.43 -11.01,28.4zM128,191.51c-6.62,-9.57 -11.81,-20.19 -15.24,-31.6l30.48,0C139.81,171.32 134.62,181.94 128,191.51ZM146.67,143.96 L109.33,143.96c-0.72,-5.27 -1.28,-10.53 -1.28,-15.96 0,-5.43 0.56,-10.77 1.28,-15.96l37.34,0c0.72,5.19 1.28,10.53 1.28,15.96 0,5.43 -0.56,10.69 -1.28,15.96zM148.66,188.32c4.79,-8.86 8.46,-18.43 11.01,-28.4l23.54,0c-7.66,13.16 -19.87,23.38 -34.55,28.4zM162.79,143.96c0.64,-5.27 1.12,-10.53 1.12,-15.96 0,-5.43 -0.48,-10.69 -1.12,-15.96l26.97,0c1.28,5.11 2.07,10.45 2.07,15.96 0,5.51 -0.8,10.85 -2.07,15.96l-26.97,0z" />
30 </vector>