feat: Add unlink icons (#10)

* add unlink icons

* Add safe zone, and add "link-2-off" icon

* Add EOF
This commit is contained in:
Eric Fennis
2020-06-25 20:29:26 +02:00
committed by GitHub
parent 513216cc6e
commit 90966d2723
4 changed files with 48 additions and 2 deletions

13
icons/unlink-2.svg Normal file
View File

@@ -0,0 +1,13 @@
<svg
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M15 7h2a5 5 0 0 1 0 10H15M9 17H7A5 5 0 0 1 7 7H9"/>
</svg>

After

Width:  |  Height:  |  Size: 271 B