summaryrefslogtreecommitdiff
path: root/webapp/blocks/SWITCH.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/SWITCH.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/SWITCH.svg')
-rw-r--r--webapp/blocks/SWITCH.svg11
1 files changed, 11 insertions, 0 deletions
diff --git a/webapp/blocks/SWITCH.svg b/webapp/blocks/SWITCH.svg
new file mode 100644
index 0000000..0344da7
--- /dev/null
+++ b/webapp/blocks/SWITCH.svg
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="UTF-8" standalone="no"?>
+<svg width="40" stroke="#000" xmlns="http://www.w3.org/2000/svg" version="1.1" height="40">
+ <g id="base" stroke-linejoin="round" stroke-linecap="round" stroke-width="2px" fill="none">
+ <path d="M2,30h9l16-10"/>
+ <path d="M30,30h8"/>
+ </g>
+ <g id="command">
+ <polygon fill-opacity="0.1" width="1px" points="18,5,22,5,20,10" fill="#000"/>
+ <path stroke-width="1px" stroke-dasharray="1,1" d="M20,10v28"/>
+ </g>
+</svg>