Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dillonzq/LoveIt.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDillon <dillonzq@outlook.com>2020-02-24 12:00:39 +0300
committerDillon <dillonzq@outlook.com>2020-02-24 12:00:39 +0300
commit72a2e9bdcfee2daba6503cd473609d5ea34f2b30 (patch)
tree33292ea63e924455f7da15883952b19874583e80 /assets/svg
parentfbfcbaebcab2cfc8a65cdbdf1dc50c871320b3ac (diff)
feat(image): add image lightgallery
Diffstat (limited to 'assets/svg')
-rw-r--r--assets/svg/loading.small.svg32
1 files changed, 32 insertions, 0 deletions
diff --git a/assets/svg/loading.small.svg b/assets/svg/loading.small.svg
new file mode 100644
index 00000000..ef1694d0
--- /dev/null
+++ b/assets/svg/loading.small.svg
@@ -0,0 +1,32 @@
+<!-- By Sam Herbert (@sherb), for everyone. More @ http://goo.gl/7AJzbL -->
+<svg width="69" height="69" viewBox="-31 -31 100 100" xmlns="http://www.w3.org/2000/svg">
+ <defs>
+ <linearGradient x1="8.042%" y1="0%" x2="65.682%" y2="23.865%" id="a">
+ <stop stop-color="#fff" stop-opacity="0" offset="0%"/>
+ <stop stop-color="#fff" stop-opacity=".631" offset="63.146%"/>
+ <stop stop-color="#fff" offset="100%"/>
+ </linearGradient>
+ </defs>
+ <g fill="none" fill-rule="evenodd">
+ <g transform="translate(1 1)">
+ <path d="M36 18c0-9.94-8.06-18-18-18" id="Oval-2" stroke="url(#a)" stroke-width="2">
+ <animateTransform
+ attributeName="transform"
+ type="rotate"
+ from="0 18 18"
+ to="360 18 18"
+ dur="0.9s"
+ repeatCount="indefinite" />
+ </path>
+ <circle fill="#fff" cx="36" cy="18" r="1">
+ <animateTransform
+ attributeName="transform"
+ type="rotate"
+ from="0 18 18"
+ to="360 18 18"
+ dur="0.9s"
+ repeatCount="indefinite" />
+ </circle>
+ </g>
+ </g>
+</svg>