]> git.armaanb.net Git - logo.git/blobdiff - template/square.svg
Complete repo restructure
[logo.git] / template / square.svg
diff --git a/template/square.svg b/template/square.svg
new file mode 100644 (file)
index 0000000..2f254cb
--- /dev/null
@@ -0,0 +1,8 @@
+<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg">
+ <g STROKEstroke-width="6">
+   <rect x="3" y="3" width="94" height="94"FILL/>
+   <line x1="3" y1="3" x2="50" y2="50"/>
+   <line x1="97" y1="3" x2="3" y2="97"/>
+   <line x1="50" y1="97" x2="97" y2="3"/>
+ </g>
+</svg>