PluginProbe ʕ •ᴥ•ʔ
WP STAGING – WordPress Backups, Restore, Migration & Clone / 4.10.0
WP STAGING – WordPress Backups, Restore, Migration & Clone v4.10.0
4.10.0 4.9.5 4.9.4 4.9.3 4.9.2 4.9.1 4.9.0 4.8.1 trunk 3.0.0 3.0.1 3.0.2 3.0.3 3.0.4 3.0.5 3.0.6 3.1.0 3.1.1 3.1.2 3.1.3 3.1.4 3.10.0 3.2.0 3.3.1 3.3.2 3.3.3 3.4.1 3.4.3 3.5.0 3.6.0 3.7.1 3.8.0 3.8.1 3.8.2 3.8.3 3.8.4 3.8.5 3.8.6 3.8.7 3.9.0 3.9.1 3.9.2 3.9.3 3.9.4 4.0.0 4.1.0 4.1.1 4.1.2 4.1.3 4.1.4 4.2.0 4.2.1 4.3.0 4.3.1 4.3.2 4.4.0 4.5.0 4.6.0 4.7.0 4.7.1 4.7.2 4.7.3 4.8.0
wp-staging / assets / img / tail-spin.svg
wp-staging / assets / img Last commit date
admin_dashboard.png 5 years ago contribute.txt 5 years ago dark-logo.svg 2 years ago dropbox-icon.svg 2 years ago github-mark-white.svg 3 years ago github-mark.svg 3 years ago google-g.png 4 years ago loading.gif 5 years ago loading.svg 5 years ago logo-white-transparent.png 3 years ago logo.svg 4 years ago pencil.svg 3 years ago tail-spin.svg 5 years ago thumbnail-small-dark.webp 6 months ago trash.svg 3 years ago upload.svg 5 years ago wp-staging-logo-256x256.png 2 years ago wp-staging274x463-1.png 5 years ago wpstaging-icon.png 5 years ago wpstg-icon.svg 2 years ago wpstg-loader.gif 3 years ago
tail-spin.svg
33 lines
1 <!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
2 <svg width="38" height="38" viewBox="0 0 38 38" xmlns="http://www.w3.org/2000/svg">
3 <defs>
4 <linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a">
5 <stop stop-color="#fff" stop-opacity="0" offset="0%"/>
6 <stop stop-color="#fff" stop-opacity=".631" offset="63.146%"/>
7 <stop stop-color="#fff" offset="100%"/>
8 </linearGradient>
9 </defs>
10 <g fill="none" fill-rule="evenodd">
11 <g transform="translate(1 1)">
12 <path d="M36 18c0-9.94-8.06-18-18-18" id="Oval-2" stroke="url(#a)" stroke-width="2">
13 <animateTransform
14 attributeName="transform"
15 type="rotate"
16 from="0 18 18"
17 to="360 18 18"
18 dur="0.9s"
19 repeatCount="indefinite" />
20 </path>
21 <circle fill="#fff" cx="36" cy="18" r="1">
22 <animateTransform
23 attributeName="transform"
24 type="rotate"
25 from="0 18 18"
26 to="360 18 18"
27 dur="0.9s"
28 repeatCount="indefinite" />
29 </circle>
30 </g>
31 </g>
32 </svg>
33