Add cloud-check icon (#2612)

This commit is contained in:
Lennard Scheibel
2025-05-23 13:03:34 +02:00
committed by GitHub
parent 5514709fb3
commit 1ca70df074
2 changed files with 37 additions and 0 deletions

23
icons/cloud-check.json Normal file
View File

@@ -0,0 +1,23 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"ericfennis",
"karsa-mistmere",
"jguddas",
"lscheibel"
],
"tags": [
"sync",
"network",
"success",
"done",
"completed",
"saved",
"persisted"
],
"categories": [
"development"
]
}

14
icons/cloud-check.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"
>
<path d="m17 15-5.5 5.5L9 18" />
<path d="M5 17.743A7 7 0 1 1 15.71 10h1.79a4.5 4.5 0 0 1 1.5 8.742" />
</svg>

After

Width:  |  Height:  |  Size: 316 B