summaryrefslogtreecommitdiff
path: root/webapp/blocks/Gyrator.svg
diff options
context:
space:
mode:
authorkamakshidasan2016-12-22 15:42:26 +0530
committerkamakshidasan2016-12-22 15:42:26 +0530
commita249d85c0e727d8251102e13aa179f64d5f8dbf7 (patch)
tree175c82701bf3d53ae8d2ba481fcc99f8ee961c40 /webapp/blocks/Gyrator.svg
parentb2cd0d0cad32683971baf53efa2e50ff8d26f66b (diff)
downloadxcos-on-web-a249d85c0e727d8251102e13aa179f64d5f8dbf7.tar.gz
xcos-on-web-a249d85c0e727d8251102e13aa179f64d5f8dbf7.tar.bz2
xcos-on-web-a249d85c0e727d8251102e13aa179f64d5f8dbf7.zip
Rearrange folders
Diffstat (limited to 'webapp/blocks/Gyrator.svg')
-rw-r--r--webapp/blocks/Gyrator.svg14
1 files changed, 14 insertions, 0 deletions
diff --git a/webapp/blocks/Gyrator.svg b/webapp/blocks/Gyrator.svg
new file mode 100644
index 0000000..1bf3b88
--- /dev/null
+++ b/webapp/blocks/Gyrator.svg
@@ -0,0 +1,14 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" width="40"
+ height="40">
+ <defs>
+ <g id="arrow">
+ <path d="M2,0 h36" fill="none" stroke="#3465a4"
+ stroke-width="2px" stroke-linejoin="round" stroke-linecap="round" />
+ <polygon points="38,0 30,-5 30,5" fill="#3465a4" stroke="#3465a4"
+ stroke-width="2px" stroke-linejoin="round" stroke-linecap="round" />
+ </g>
+ </defs>
+ <use xlink:href="#arrow" transform="translate(0, 10)" />
+ <use xlink:href="#arrow" transform="translate(40, 30) rotate(180)" />
+</svg>