diff options
Diffstat (limited to 'src/_icons/arrow-merge-both.svg')
-rw-r--r-- | src/_icons/arrow-merge-both.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/arrow-merge-both.svg b/src/_icons/arrow-merge-both.svg new file mode 100644 index 00000000..503696bb --- /dev/null +++ b/src/_icons/arrow-merge-both.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M16 8l-4 -4l-4 4" /> + <path d="M12 20v-16" /> + <path d="M18 18c-4 -1.333 -6 -4.667 -6 -10" /> + <path d="M6 18c4 -1.333 6 -4.667 6 -10" /> +</svg> |