mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 23:36:20 +01:00
* Add `git-pull-request-create` icon * Add `git-pull-request-create-arrow` variant * Improve `git-*` icons metadata * Optimise `git-pull-request-closed` icon * Refine `git-fork` icon …to match [`network`](https://lucide.dev/icons/network) * Add `git-graph` icon * Rename `git-commit` to `git-commit-horizontal` * Add `git-commit-vertical` icon * Add `git-pull-request-arrow` icon * Add `git-compare-arrows` icon
16 lines
327 B
XML
16 lines
327 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" cy="12" r="3" />
|
|
<line x1="3" x2="9" y1="12" y2="12" />
|
|
<line x1="15" x2="21" y1="12" y2="12" />
|
|
</svg>
|