feat: Add languages icon (#16)

* Add languages icon

* Add end line
This commit is contained in:
Eric Fennis
2020-06-23 14:23:01 +02:00
committed by GitHub
parent 030e314413
commit a106a4c3fc

18
icons/languages.svg Normal file
View File

@@ -0,0 +1,18 @@
<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"
>
<line x1="5" y1="8" x2="11" y2="14" />
<path d="M4 14L10 8L12 5" />
<line x1="2" y1="5" x2="14" y2="5" />
<line x1="7" y1="2" x2="8" y2="2" />
<path d="M22 21L17 11L12 21" />
<line x1="14" y1="17" x2="20" y2="17" />
</svg>

After

Width:  |  Height:  |  Size: 436 B