feat: Add contact icon (#18)

This commit is contained in:
Lennard Scheibel
2020-06-24 11:34:40 +02:00
committed by GitHub
parent 905eca3047
commit efc7c9c1f6

17
icons/contact.svg Normal file
View File

@@ -0,0 +1,17 @@
<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="M19 22H5c-1.1 0-2-.9-2-2V6c0-1.1.9-2 2-2h14c1.1 0 2 .9 2 2v14c0 1.1-.9 2-2 2z" />
<line x1="16" y1="2" x2="16" y2="4" />
<line x1="8" y1="2" x2="8" y2="4" />
<circle cx="12" cy="11" r="3" />
<path d="M17 18.5c-1.4-1-3.1-1.5-5-1.5s-3.6.6-5 1.5" />
</svg>

After

Width:  |  Height:  |  Size: 474 B