Finish mod creation

This commit is contained in:
Jai A
2020-10-15 20:23:01 -07:00
parent 205080a210
commit 6effe47bcc
7 changed files with 370 additions and 46 deletions

View File

@@ -0,0 +1,13 @@
<svg
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<polyline points="3 6 5 6 21 6"></polyline>
<path
d="M19 6v14a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6m3 0V4a2 2 0 0 1 2-2h4a2 2 0 0 1 2 2v2"
></path>
</svg>

After

Width:  |  Height:  |  Size: 276 B