feat(icons): added clock-check icon (#2402)

* Added icons/clock-check.svg

* Added icons/clock-check.json

* Updated icons/clock-check.svg

* Updated icons/clock-check.json

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Jakob Guddas
2025-10-31 10:21:50 +01:00
committed by GitHub
parent 6432dddfe0
commit c34c5f2aea
2 changed files with 31 additions and 0 deletions

16
icons/clock-check.json Normal file
View File

@@ -0,0 +1,16 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"jguddas",
"karsa-mistmere"
],
"tags": [
"time",
"watch",
"alarm"
],
"categories": [
"time"
]
}

15
icons/clock-check.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"
>
<path d="M12 6v6l4 2" />
<path d="M22 12a10 10 0 1 0-11 9.95" />
<path d="m22 16-5.5 5.5L14 19" />
</svg>

After

Width:  |  Height:  |  Size: 313 B