diff options
Diffstat (limited to 'src/icons/arrow-up.svg')
-rw-r--r-- | src/icons/arrow-up.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrow-up.svg b/src/icons/arrow-up.svg new file mode 100644 index 00000000..35193d7c --- /dev/null +++ b/src/icons/arrow-up.svg @@ -0,0 +1,11 @@ +--- +tags: [top, point] +category: Arrows +version: "1.0" +unicode: "ea25" +--- +<svg> + <line x1="12" y1="5" x2="12" y2="19" /> + <line x1="18" y1="11" x2="12" y2="5" /> + <line x1="6" y1="11" x2="12" y2="5" /> +</svg> |