Add database-backup icon (#918)

This commit is contained in:
Eric Fennis
2023-01-26 09:51:01 +01:00
committed by GitHub
parent b0f2e084d8
commit 13a3f565b6
3 changed files with 45 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
{
"$schema": "../icon.schema.json",
"tags": [
"storage",
"memory",
"backup",
"timemachine",
"rotate",
"arrow",
"left"
],
"categories": [
"devices",
"arrows",
"design",
"photography"
]
}
+18
View File
@@ -0,0 +1,18 @@
<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="M3 12c0 1.18 2.03 2.2 5 2.7" />
<path d="M21 5v4.5" />
<path d="m12 16 1.27-1.35a4.75 4.75 0 1 1 .41 5.74" />
<path d="M12 12v4h4" />
<path d="M3 5v14c0 1.43 2.97 2.63 7 2.93" />
</svg>

After

Width:  |  Height:  |  Size: 449 B

+9
View File
@@ -1291,6 +1291,15 @@
"storage",
"memory"
],
"database-backup": [
"storage",
"memory",
"backup",
"timemachine",
"rotate",
"arrow",
"left"
],
"delete": [
"backspace",
"remove"