Browse
For agents
About
Photonic Gallery & Lightbox for Flickr, SmugMug & Others
/
3.37
Photonic Gallery & Lightbox for Flickr, SmugMug & Others
v3.37
Switch version
3.37
3.36
3.35
3.34
3.33
2.19
2.20
2.21
2.22
2.23
2.24
2.25
2.26
2.27
2.28
2.29
2.30
2.31
2.32
2.33
2.34
2.40
2.41
2.42
2.43
All 142 releases
Overview
Code
photonic
/
include
/
images
/
Spinner.svg
Spinner.svg
in Photonic Gallery & Lightbox for Flickr, SmugMug & Others 3.37, at include/images/Spinner.svg
6 lines
516 B
Find file
t
No matching file
Up and down to move
Enter to open
Esc to close
Raw
Download
Zip
View raw
1
<
svg
xmlns
=
"
http://www.w3.org/2000/svg
"
width
=
"
24
"
height
=
"
24
"
viewBox
=
"
0 0 24 24
"
>
2
<
style
>
.spinner{transform-origin:center;stroke:#93BFEC;fill:#93BFEC;animation:spinner_irSm .75s infinite linear}@keyframes spinner_irSm{100%{transform:rotate(360deg)}}
</
style
>
3
<
path
d
=
"
M10.72,19.9a8,8,0,0,1-6.5-9.79A7.77,7.77,0,0,1,10.4,4.16a8,8,0,0,1,9.49,6.52A1.54,1.54,0,0,0,21.38,12h.13a1.37,1.37,0,0,0,1.38-1.54,11,11,0,1,0-12.7,12.39A1.54,1.54,0,0,0,12,21.34h0A1.47,1.47,0,0,0,10.72,19.9Z
"
4
class
=
"
spinner
"
/>
5
</
svg
>
6