feat: Add copyright icon (#29)

This commit is contained in:
John Letey
2020-06-28 11:18:06 +01:00
committed by GitHub
parent 5ece90b035
commit a905faa00e

14
icons/copyright.svg Normal file
View File

@@ -0,0 +1,14 @@
<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"
>
<circle cx="12" cy="12" r="10" />
<path d="M15 9.35418C14.2671 8.52376 13.1947 8 12 8C9.79086 8 8 9.79086 8 12C8 14.2091 9.79086 16 12 16C13.1947 16 14.2671 15.4762 15 14.6458" />
</svg>

After

Width:  |  Height:  |  Size: 392 B