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