mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 18:06:47 +01:00
* Add `undo-dot` icon * Add `redo-dot` icon * Add `arrow-up-from-dot` icon * Add `arrow-down-to-dot` icon * Add `dot` icon Update icons/dot.json Co-authored-by: Karsa <contact@karsa.org> --------- Co-authored-by: Karsa <contact@karsa.org>
14 lines
247 B
XML
14 lines
247 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"
|
|
>
|
|
<circle cx="12.1" cy="12.1" r="1" />
|
|
</svg>
|