diff options
Diffstat (limited to 'webapp/blocks/Gyrator.svg')
-rw-r--r-- | webapp/blocks/Gyrator.svg | 14 |
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> |