feat: Add database icon

Closes #38
This commit is contained in:
Cole Bemis 2017-12-14 22:39:43 -08:00 committed by Cole Bemis
parent 080d5b4187
commit eb8e3d6e30

15
icons/database.svg Normal file
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"
>
<ellipse cx="12" cy="5" rx="9" ry="3" />
<path d="M21 12c0 1.66-4 3-9 3s-9-1.34-9-3" />
<path d="M3 5v14c0 1.66 4 3 9 3s9-1.34 9-3V5" />
</svg>

After

Width:  |  Height:  |  Size: 351 B