diff options
Diffstat (limited to 'src/icons/arrow-fork.svg')
-rw-r--r-- | src/icons/arrow-fork.svg | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/icons/arrow-fork.svg b/src/icons/arrow-fork.svg new file mode 100644 index 00000000..cc4fa1c5 --- /dev/null +++ b/src/icons/arrow-fork.svg @@ -0,0 +1,12 @@ +--- +tags: [direction, north] +category: Arrows +version: "1.57" +unicode: "f04a" +--- +<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> |