diff options
Diffstat (limited to 'src/icons/arrows-up-right.svg')
-rw-r--r-- | src/icons/arrows-up-right.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/arrows-up-right.svg b/src/icons/arrows-up-right.svg new file mode 100644 index 00000000..5293da96 --- /dev/null +++ b/src/icons/arrows-up-right.svg @@ -0,0 +1,11 @@ +--- +category: Arrows +tags: [drag, move] +version: "1.39" +unicode: "ee03" +--- +<svg> + <path d="M17 21l4 -4l-4 -4" /> + <path d="M21 17h-11a3 3 0 0 1 -3 -3v-11" /> + <path d="M11 7l-4 -4l-4 4" /> +</svg> |