feat: Add separator icons (#47)

* Add separator icons

* Add more serpartor icons

* Remove other separator icons

* Shorter lines
This commit is contained in:
Eric Fennis
2020-09-03 11:50:02 +02:00
committed by GitHub
parent c686c1a0c3
commit e1cead9531
2 changed files with 30 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
<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="12" y1="3" x2="12" y2="21" />
<polyline points="8 8 4 12 8 16" />
<polyline points="16 16 20 12 16 8" />
</svg>

After

Width:  |  Height:  |  Size: 329 B