diff options
author | kamakshidasan | 2016-12-22 15:36:18 +0530 |
---|---|---|
committer | kamakshidasan | 2016-12-22 15:36:18 +0530 |
commit | b2cd0d0cad32683971baf53efa2e50ff8d26f66b (patch) | |
tree | e359be4308ae9b361eae39bf277adcfbef807cef /blocks/Gyrator.svg | |
parent | 25afcccb46a603cc9d2485e25216acfffa2e3e02 (diff) | |
download | xcos-on-web-b2cd0d0cad32683971baf53efa2e50ff8d26f66b.tar.gz xcos-on-web-b2cd0d0cad32683971baf53efa2e50ff8d26f66b.tar.bz2 xcos-on-web-b2cd0d0cad32683971baf53efa2e50ff8d26f66b.zip |
Maven has been removed
Diffstat (limited to 'blocks/Gyrator.svg')
-rw-r--r-- | blocks/Gyrator.svg | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/blocks/Gyrator.svg b/blocks/Gyrator.svg new file mode 100644 index 0000000..1bf3b88 --- /dev/null +++ b/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> |