]> git.armaanb.net Git - logo.git/blobdiff - template/circle.svg
Complete repo restructure
[logo.git] / template / circle.svg
diff --git a/template/circle.svg b/template/circle.svg
new file mode 100644 (file)
index 0000000..7eaab61
--- /dev/null
@@ -0,0 +1,8 @@
+<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
+ <g STROKEstroke-width="6">
+   <circle cx="50" cy="50" r="47"FILL/>
+   <line x1="17" y1="17" x2="50" y2="50"/>
+   <line x1="17" y1="83" x2="83" y2="17"/>
+   <line x1="50" y1="97" x2="88" y2="22"/>
+ </g>
+</svg>