mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:16:20 +01:00
* Update base `clock`-icons Replace `<polyline/>`s with `<path/>`s, and adjust the angles of the 2-, 4-, 8- and 10 o'clock hour hands to better match the 1-, 5-, 7- and 11 o'clock hands * Update clocks with symbols Update `clock-arrow-down`, `clock-arrow-up` and `clock-alert` to match the hand angle of `clock` Also align the exclamation mark of `clock-alert` to the pixel grid * Update small clock faces Make the clock faces in `calendar-clock`, `file-clock`, `folder-clock` and `watch` consistent with each other, and resolve some two-pixel-gap violations. * Align the tips of all hours hands on large clocks to the grid * Add self-attribution where appropriate --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
17 lines
348 B
XML
17 lines
348 B
XML
<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 6v6l1.56.78" />
|
|
<path d="M13.227 21.925a10 10 0 1 1 8.767-9.588" />
|
|
<path d="m14 18 4-4 4 4" />
|
|
<path d="M18 22v-8" />
|
|
</svg>
|