This commit is contained in:
cookfront
2017-03-16 14:58:51 +08:00
parent b3598dafef
commit 0bc538106f
24 changed files with 147 additions and 31 deletions
+18
View File
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<svg width="30px" height="30px" viewBox="0 0 30 30" version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink">
<!-- Generator: sketchtool 42 (36781) - http://www.bohemiancoding.com/sketch -->
<title>加载</title>
<desc>Created with sketchtool.</desc>
<defs>
<ellipse id="path-1" cx="15" cy="15" rx="15" ry="15"></ellipse>
<mask id="mask-2" maskContentUnits="userSpaceOnUse" maskUnits="objectBoundingBox" x="0" y="0" width="30" height="30" fill="white">
<use xlink:href="#path-1"></use>
</mask>
</defs>
<g id="Page-1" stroke="none" stroke-width="1" fill="none" fill-rule="evenodd">
<g id="加载">
<use id="Oval-7" stroke="" mask="url(#mask-2)" stroke-width="12" xlink:href="#path-1"></use>
<circle id="Oval-2" fill="#FFFFFF" cx="27" cy="16" r="3"></circle>
</g>
</g>
</svg>

After

Width:  |  Height:  |  Size: 951 B