diff options
Diffstat (limited to 'src/icons/arrows-join.svg')
-rw-r--r-- | src/icons/arrows-join.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrows-join.svg b/src/icons/arrows-join.svg new file mode 100644 index 00000000..4b323f56 --- /dev/null +++ b/src/icons/arrows-join.svg @@ -0,0 +1,11 @@ +--- +tags: [direction, east] +category: Arrows +version: "1.35" +unicode: "edaf" +--- +<svg> + <path d="M3 7h5l3.5 5h9.5" /> + <path d="M3 17h5l3.495 -5" /> + <path d="M18 15l3 -3l-3 -3" /> +</svg> |