diff options
Diffstat (limited to 'src/icons/external-link.svg')
-rw-r--r-- | src/icons/external-link.svg | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/icons/external-link.svg b/src/icons/external-link.svg new file mode 100644 index 00000000..32f710d9 --- /dev/null +++ b/src/icons/external-link.svg @@ -0,0 +1,11 @@ +--- +category: System +tags: [connection, outbound, redirect] +version: "1.0" +unicode: "ea99" +--- +<svg> + <path d="M11 7h-5a2 2 0 0 0 -2 2v9a2 2 0 0 0 2 2h9a2 2 0 0 0 2 -2v-5" /> + <line x1="10" y1="14" x2="20" y2="4" /> + <polyline points="15 4 20 4 20 9" /> +</svg> |