feat: Add dice icon

This commit is contained in:
John Letey 2020-05-28 18:15:02 +01:00
parent b15b4a7535
commit 9b24d408bc
No known key found for this signature in database
GPG Key ID: 0507637E954C7B45

19
icons/dice.svg Normal file
View File

@ -0,0 +1,19 @@
<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 3H5a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2V5a2 2 0 0 0-2-2z" />
<path d="M8 16h.01" />
<path d="M8 8h.01" />
<path d="M16 16h.01" />
<path d="M16 8h.01" />
<path d="M12 12h.01" />
</svg>

After

Width:  |  Height:  |  Size: 423 B