diff options
| author | Amit Kumar <amitkma@e.email> | 2021-04-29 14:49:04 +0530 |
|---|---|---|
| committer | Amit Kumar <amitkma@e.email> | 2021-04-29 14:49:04 +0530 |
| commit | 75843f012b09f0f11da4aec10be2f378465a94c2 (patch) | |
| tree | f4899137359bc36802bffc6a6274741c37201660 /app/src/main/res/drawable/ic_privacy_toggle.xml | |
| parent | 1f74d52c1a9ba81ad3a268a08cabb1b62911e2cf (diff) | |
| download | advanced-privacy-75843f012b09f0f11da4aec10be2f378465a94c2.tar.gz | |
Add dashboard feature UI
Diffstat (limited to 'app/src/main/res/drawable/ic_privacy_toggle.xml')
| -rw-r--r-- | app/src/main/res/drawable/ic_privacy_toggle.xml | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/app/src/main/res/drawable/ic_privacy_toggle.xml b/app/src/main/res/drawable/ic_privacy_toggle.xml new file mode 100644 index 0000000..6a0f647 --- /dev/null +++ b/app/src/main/res/drawable/ic_privacy_toggle.xml @@ -0,0 +1,22 @@ +<!-- + ~ Copyright (C) 2021 E FOUNDATION + ~ + ~ This program is free software: you can redistribute it and/or modify + ~ it under the terms of the GNU General Public License as published by + ~ the Free Software Foundation, either version 3 of the License, or + ~ (at your option) any later version. + ~ + ~ This program is distributed in the hope that it will be useful, + ~ but WITHOUT ANY WARRANTY; without even the implied warranty of + ~ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the + ~ GNU General Public License for more details. + ~ + ~ You should have received a copy of the GNU General Public License + ~ along with this program. If not, see <https://www.gnu.org/licenses/>. + --> + +<vector android:height="84dp" android:viewportHeight="84.406" + android:viewportWidth="84.406" android:width="84dp" xmlns:android="http://schemas.android.com/apk/res/android"> + <path android:fillColor="#38d874" android:pathData="M84.406,42L84.406,42.406A42,42 0,0 1,42.406 84.406L42,84.406A42,42 0,0 1,0 42.406L0,42A42,42 0,0 1,42 0L42.406,0A42,42 0,0 1,84.406 42z"/> + <path android:fillColor="#fff" android:pathData="M42.118,13.695a6.476,6.476 0,0 0,-2.114 0.334l-21.358,8.9a5.324,5.324 0,0 0,-3.225 4.9c0,22.136 12.68,37.376 24.583,42.382a5.284,5.284 0,0 0,4.115 0c9.566,-4 24.7,-17.687 24.7,-42.382a5.432,5.432 0,0 0,-3.338 -4.9l-21.358,-8.9a6.3,6.3 0,0 0,-2.005 -0.334zM41.1739,27.31h1.888a1.432,1.432 0,0 1,1.413 1.413v14.142a1.4,1.4 0,0 1,-1.413 1.416h-1.888a1.362,1.362 0,0 1,-1.413 -1.416L39.7608,28.72a1.394,1.394 0,0 1,1.411 -1.41zM34.1319,30.292a1.4,1.4 0,0 1,1.5 0.67l0.943,1.65a1.432,1.432 0,0 1,-0.351 1.827,9.9 9.9,0 0,0 5.89,17.854 9.933,9.933 0,0 0,9.9 -9.958,10.115 10.115,0 0,0 -4.065,-7.9 1.437,1.437 0,0 1,-0.354 -1.827l0.944,-1.65a1.4,1.4 0,0 1,2.059 -0.412,14.585 14.585,0 1,1 -17.032,0 1.432,1.432 0,0 1,0.562 -0.258z"/> +</vector> |
