diff options
| author | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-02 14:37:45 +0000 |
|---|---|---|
| committer | Andrej Mihajlov <and@codeispoetry.ru> | 2017-03-02 14:37:45 +0000 |
| commit | 25d4ce29b69122fb24444e0b9b8edb04e65c40bd (patch) | |
| tree | ddc3afb531ea578ab885bd1e6d1137e91b4bc895 | |
| parent | 3ee001fd31bb369b9979c14927402125ed0f7c6c (diff) | |
| download | mullvadvpn-25d4ce29b69122fb24444e0b9b8edb04e65c40bd.tar.xz mullvadvpn-25d4ce29b69122fb24444e0b9b8edb04e65c40bd.zip | |
Update spinner
| -rw-r--r-- | app/assets/images/icon-spinner.svg | 28 |
1 files changed, 16 insertions, 12 deletions
diff --git a/app/assets/images/icon-spinner.svg b/app/assets/images/icon-spinner.svg index b5be945405..580d56a349 100644 --- a/app/assets/images/icon-spinner.svg +++ b/app/assets/images/icon-spinner.svg @@ -1,13 +1,17 @@ -<?xml version="1.0" encoding="UTF-8"?> -<svg version="1.1" id="loader-1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" - width="40px" height="40px" viewBox="0 0 50 50" style="enable-background:new 0 0 50 50;" xml:space="preserve"> - <path fill="#fff" d="M43.935,25.145c0-10.318-8.364-18.683-18.683-18.683c-10.318,0-18.683,8.365-18.683,18.683h4.068c0-8.071,6.543-14.615,14.615-14.615c8.072,0,14.615,6.543,14.615,14.615H43.935z"> - <animateTransform attributeType="xml" - attributeName="transform" - type="rotate" - from="0 25 25" - to="360 25 25" - dur="0.6s" - repeatCount="indefinite"/> - </path> +<svg width="60px" height="60px" viewBox="0 0 60 60" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"> + <title>Spinner</title> + <desc>Mulvad VPN app</desc> + <defs></defs> + <g id="container" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd"> + <path d="M27.6038221,6.11991768 C40.7924274,4.79654517 52.5567098,14.4152168 53.8800823,27.6038221 C55.2034548,40.7924274 45.5847832,52.5567098 32.3961779,53.8800823 C19.2075726,55.2034548 7.4432902,45.5847832 6.11991768,32.3961779 C4.79654517,19.2075726 14.4152168,7.4432902 27.6038221,6.11991768 Z M28.4025481,14.0799451 C19.6101445,14.9621935 13.1976968,22.8050484 14.0799451,31.5974519 C14.9621935,40.3898555 22.8050484,46.8023032 31.5974519,45.9200549 C40.3898555,45.0378065 46.8023032,37.1949516 45.9200549,28.4025481 C45.0378065,19.6101445 37.1949516,13.1976968 28.4025481,14.0799451 Z" id="track" fill-opacity="0.2" fill="#FFFFFF" fill-rule="nonzero"></path> + <path d="M25.2028561,6.48431564 C12.2155023,9.13370504 3.83492624,21.80979 6.48431564,34.7971439 C9.13370504,47.7844977 21.80979,56.1650738 34.7971439,53.5156844 C44.2988591,51.577357 51.5941458,44.163762 53.514681,34.8276709 C53.9598043,32.6638409 52.5665172,30.5488664 50.4026872,30.1037431 C48.2388572,29.6586198 46.1238826,31.0519068 45.6787593,33.2157369 C44.3979534,39.441981 39.5342463,44.3845633 33.1980959,45.6771229 C24.53986,47.4433825 16.0891367,41.8563318 14.3228771,33.1980959 C12.5566175,24.53986 18.1436682,16.0891367 26.8019041,14.3228771 C28.9664631,13.8813122 30.3632257,11.7686314 29.9216608,9.60407239 C29.4800959,7.43951342 27.3674151,6.04275074 25.2028561,6.48431564 Z" id="rotator" fill="#FFFFFF" fill-rule="nonzero"> + <animateTransform attributeType="xml" + attributeName="transform" + type="rotate" + from="0 30 30" + to="360 30 30" + dur="0.6s" + repeatCount="indefinite"/> + </path> + </g> </svg>
\ No newline at end of file |
