diff options
Diffstat (limited to 'src/icons/arrow-top-bar.svg')
-rw-r--r-- | src/icons/arrow-top-bar.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrow-top-bar.svg b/src/icons/arrow-top-bar.svg new file mode 100644 index 00000000..426a9b3c --- /dev/null +++ b/src/icons/arrow-top-bar.svg @@ -0,0 +1,11 @@ +--- +tags: [direction, north] +category: Arrows +version: "1.35" +unicode: "eda4" +--- +<svg> + <line x1="12" y1="21" x2="12" y2="3" /> + <path d="M15 6l-3 -3l-3 3" /> + <line x1="9" y1="21" x2="15" y2="21" /> +</svg> |