]> gitweb.stoutner.com Git - PrivacyCell.git/blob - app/src/main/res/drawable/insecure.xml
Release 1.10.
[PrivacyCell.git] / app / src / main / res / drawable / insecure.xml
1 <!--
2   Copyright © 2016,2022 Soren Stoutner <soren@stoutner.com>.  The resulting image is released under the GPLv3+ license.
3
4   This file is derived from `security` and `warning_amber_rounded`, which are part of the Android Material icon set.  They are released under the Apache License 2.0.
5
6   This file is part of Privacy Cell <https://www.stoutner.com/privacy-cell>.
7
8   Privacy Cell is free software: you can redistribute it and/or modify
9   it under the terms of the GNU General Public License as published by
10   the Free Software Foundation, either version 3 of the License, or
11   (at your option) any later version.
12
13   Privacy Cell is distributed in the hope that it will be useful,
14   but WITHOUT ANY WARRANTY; without even the implied warranty of
15   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16   GNU General Public License for more details.
17
18   You should have received a copy of the GNU General Public License
19   along with Privacy Cell.  If not, see <http://www.gnu.org/licenses/>. -->
20
21 <vector
22     xmlns:android="http://schemas.android.com/apk/res/android"
23     android:height="200dp"
24     android:width="200dp"
25     android:viewportHeight="256"
26     android:viewportWidth="256" >
27
28     <!-- Inner Shield. -->
29     <path
30         android:fillColor="@color/yellow_900"
31         android:pathData="m128,12.8 l-94.255,41.891 0,62.836c0,58.124 40.215,112.477 94.255,125.673 54.039,-13.196 94.255,-67.549 94.255,-125.673l0,-62.836z" />
32
33     <!-- Outer Shield. -->
34     <path
35         android:fillColor="@color/yellow_700"
36         android:pathData="m128,0 l-104.727,46.545 0,69.818C23.273,180.945 67.956,241.338 128,256 188.044,241.338 232.727,180.945 232.727,116.364l0,-69.818L128,0ZM128,127.884 L209.455,127.884C203.287,175.825 171.287,218.531 128,231.913l0,-103.913 -81.455,0 0,-66.327L128,25.484l0,102.4z" />
37
38     <!-- Exclamation. -->
39     <path
40         android:fillColor="@color/white"
41         android:pathData="M128,49.247 L193.494,165.723L62.506,165.723L128,49.247M47.459,156.77c-6.697,11.907 1.653,26.858 15.047,26.858L193.494,183.628c13.394,0 21.744,-14.951 15.047,-26.858L143.047,40.295c-6.697,-11.907 -23.397,-11.907 -30.094,0zM119.302,94.101v17.905c0,4.924 3.914,8.953 8.698,8.953 4.784,0 8.698,-4.029 8.698,-8.953L136.698,94.101c0,-4.924 -3.914,-8.953 -8.698,-8.953 -4.784,0 -8.698,4.029 -8.698,8.953zM119.302,138.864h17.395v17.906h-17.395z" />
42 </vector>