diff options
| author | Alexandre Roux <alexandre.roux.danzi@lostpod.me> | 2022-04-25 15:16:25 +0000 |
|---|---|---|
| committer | Alexandre Roux <alexandre.roux.danzi@lostpod.me> | 2022-04-25 15:16:25 +0000 |
| commit | f3c01e7bbf130c7f304b6bf50510c3800b8586f6 (patch) | |
| tree | d9bee5a2fbcbe43bc0bbc121b4fd7dcc259ef8a3 /app/src/main/res/drawable-night/ic_shield_on.xml | |
| parent | 27dbc4ea2c3357481f93c765008a3d66a1d51a22 (diff) | |
| parent | 3ca4c651aff84c551101337984bf1d457d892a1a (diff) | |
| download | advanced-privacy-f3c01e7bbf130c7f304b6bf50510c3800b8586f6.tar.gz | |
Merge branch '5311_main_toggle_wording' into 'main'
5311 main toggle wording, 5321 default settings
See merge request e/privacy-central/privacycentralapp!43
Diffstat (limited to 'app/src/main/res/drawable-night/ic_shield_on.xml')
| -rw-r--r-- | app/src/main/res/drawable-night/ic_shield_on.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/drawable-night/ic_shield_on.xml b/app/src/main/res/drawable-night/ic_shield_on.xml new file mode 100644 index 0000000..ecc27b4 --- /dev/null +++ b/app/src/main/res/drawable-night/ic_shield_on.xml @@ -0,0 +1,18 @@ +<vector xmlns:android="http://schemas.android.com/apk/res/android" + android:width="24dp" + android:height="25dp" + android:viewportWidth="24" + android:viewportHeight="25"> + <group> + <clip-path + android:pathData="M12,1.5796L3,5.5796V11.5796C3,17.1296 6.84,22.3196 12,23.5796C17.16,22.3196 21,17.1296 21,11.5796V5.5796L12,1.5796Z"/> + <path + android:pathData="M12,1.5796L12.8123,-0.248L12,-0.609L11.1877,-0.248L12,1.5796ZM3,5.5796L2.1877,3.752L1,4.2798V5.5796H3ZM12,23.5796L11.5256,25.5225L12,25.6384L12.4744,25.5225L12,23.5796ZM21,5.5796H23V4.2798L21.8123,3.752L21,5.5796ZM11.1877,-0.248L2.1877,3.752L3.8123,7.4072L12.8123,3.4072L11.1877,-0.248ZM1,5.5796V11.5796H5V5.5796H1ZM1,11.5796C1,17.9684 5.3919,24.0247 11.5256,25.5225L12.4744,21.6367C8.2881,20.6144 5,16.2907 5,11.5796H1ZM12.4744,25.5225C18.6081,24.0247 23,17.9684 23,11.5796H19C19,16.2907 15.7119,20.6144 11.5256,21.6367L12.4744,25.5225ZM23,11.5796V5.5796H19V11.5796H23ZM21.8123,3.752L12.8123,-0.248L11.1877,3.4072L20.1877,7.4072L21.8123,3.752Z" + android:fillColor="#ffffff" + android:fillAlpha="0.87"/> + </group> + <path + android:pathData="M10.6951,14.5796L10.0141,15.3118L10.6948,15.9449L11.3758,15.3122L10.6951,14.5796ZM9.681,12.2708L8.9488,11.5897L7.5867,13.0542L8.319,13.7353L9.681,12.2708ZM15.6807,11.3122L16.4133,10.6315L15.0519,9.1663L14.3193,9.847L15.6807,11.3122ZM11.3762,13.8473L9.681,12.2708L8.319,13.7353L10.0141,15.3118L11.3762,13.8473ZM14.3193,9.847L10.0144,13.847L11.3758,15.3122L15.6807,11.3122L14.3193,9.847Z" + android:fillColor="#ffffff" + android:fillAlpha="0.87"/> +</vector> |
