mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 20:57:43 +01:00
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:
16
icons/clock-check.json
Normal file
16
icons/clock-check.json
Normal 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
15
icons/clock-check.svg
Normal 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 |
Reference in New Issue
Block a user