diff options
Diffstat (limited to 'src/_icons/arrow-fork.svg')
-rw-r--r-- | src/_icons/arrow-fork.svg | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/_icons/arrow-fork.svg b/src/_icons/arrow-fork.svg new file mode 100644 index 00000000..34034313 --- /dev/null +++ b/src/_icons/arrow-fork.svg @@ -0,0 +1,9 @@ +--- +category: Arrows +--- +<svg> + <path d="M16 3h5v5" /> + <path d="M8 3h-5v5" /> + <path d="M21 3l-7.536 7.536a5 5 0 0 0 -1.464 3.534v6.93" /> + <path d="M3 3l7.536 7.536a5 5 0 0 1 1.464 3.534v.93" /> +</svg> |