summaryrefslogtreecommitdiffstats
path: root/comm/mail/themes/shared/mail/icons/search-spinner.svg
diff options
context:
space:
mode:
Diffstat (limited to 'comm/mail/themes/shared/mail/icons/search-spinner.svg')
-rw-r--r--comm/mail/themes/shared/mail/icons/search-spinner.svg9
1 files changed, 9 insertions, 0 deletions
diff --git a/comm/mail/themes/shared/mail/icons/search-spinner.svg b/comm/mail/themes/shared/mail/icons/search-spinner.svg
new file mode 100644
index 0000000000..75ce764939
--- /dev/null
+++ b/comm/mail/themes/shared/mail/icons/search-spinner.svg
@@ -0,0 +1,9 @@
+<!-- This Source Code Form is subject to the terms of the Mozilla Public
+ - License, v. 2.0. If a copy of the MPL was not distributed with this
+ - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
+
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 120" width="100px" height="120px">
+ <circle fill="none" stroke="context-fill" stroke-opacity="context-fill-opacity" stroke-width="10" stroke-dasharray="36" cx="50" cy="70" r="45">
+ <animateTransform attributeName="transform" type="rotate" from="0 50 70" to="360 50 70" dur="6s" repeatCount="indefinite"/>
+ </circle>
+</svg>