feat(icons): added line-dot-right-horizontal icon (#3742)

* Added icons/last-commit.svg

* Added icons/last-commit.json

* Rename to line-dot-right-horizontal

---------

Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
This commit is contained in:
Nathan De Pachtere
2026-02-17 08:19:51 +01:00
committed by GitHub
parent b5fc65eed5
commit caa50f5543
2 changed files with 36 additions and 0 deletions

View File

@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"ericfennis",
"johnletey",
"nathan-de-pachtere"
],
"tags": [
"code",
"version control",
"waypoint",
"stop",
"station",
"last",
"end"
],
"categories": [
"development",
"navigation"
]
}

View File

@@ -0,0 +1,14 @@
<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="M 3 12 L 15 12" />
<circle cx="18" cy="12" r="3" />
</svg>

After

Width:  |  Height:  |  Size: 273 B