diff options
| author | Jon Petersson <jon.petersson@kvadrat.se> | 2023-04-20 11:45:16 +0200 |
|---|---|---|
| committer | Andrej Mihajlov <and@mullvad.net> | 2023-04-20 14:00:55 +0200 |
| commit | fc907e43ad47737da75520876cfee175c32f9f29 (patch) | |
| tree | 05aacca6d953bd99205d73374eb4cb5d5d68e41d /gui | |
| parent | 47ca601dc4c7ae9973bc886fd52f0439d4db7ba1 (diff) | |
| download | mullvadvpn-fc907e43ad47737da75520876cfee175c32f9f29.tar.xz mullvadvpn-fc907e43ad47737da75520876cfee175c32f9f29.zip | |
Add a dedicated account button on the main view and remove it from settings
Diffstat (limited to 'gui')
| -rw-r--r-- | gui/assets/images/icon-account.svg | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gui/assets/images/icon-account.svg b/gui/assets/images/icon-account.svg new file mode 100644 index 0000000000..0c6b3faaf1 --- /dev/null +++ b/gui/assets/images/icon-account.svg @@ -0,0 +1,3 @@ +<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> + <path d="M12 24A12 12 0 0 1 3.515 3.515a12 12 0 1 1 16.97 16.97A11.922 11.922 0 0 1 12 24zm0-11.825a12.164 12.164 0 0 0-2.873.348 17.625 17.625 0 0 0-2.99 1.048A2.85 2.85 0 0 0 5 14.525a2.573 2.573 0 0 0-.442 1.512v.791a1.39 1.39 0 0 0 1.4 1.4h12.1a1.392 1.392 0 0 0 1.4-1.4v-.791A2.567 2.567 0 0 0 19 14.525a2.809 2.809 0 0 0-1.163-.954 19.906 19.906 0 0 0-2.978-1.036 11.634 11.634 0 0 0-2.859-.36zm0-8.4a3.345 3.345 0 0 0-3.49 3.491 3.346 3.346 0 0 0 3.49 3.49 3.348 3.348 0 0 0 3.49-3.49A3.346 3.346 0 0 0 12 3.776z" style="fill:#294d73"/> +</svg> |
