diff options
Diffstat (limited to 'src/icons/step-out.svg')
-rw-r--r-- | src/icons/step-out.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/step-out.svg b/src/icons/step-out.svg new file mode 100644 index 00000000..0973f18b --- /dev/null +++ b/src/icons/step-out.svg @@ -0,0 +1,12 @@ +--- +tags: [vector, placement, outside, except] +category: Arrows +version: "1.20" +unicode: "ece1" +--- +<svg> + <line x1="12" y1="3" x2="12" y2="15" /> + <line x1="16" y1="7" x2="12" y2="3" /> + <line x1="8" y1="7" x2="12" y2="3" /> + <circle cx="12" cy="20" r="1" /> +</svg> |