mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-02-24 03:49:41 +01:00
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:
committed by
GitHub
parent
b5fc65eed5
commit
caa50f5543
22
icons/line-dot-right-horizontal.json
Normal file
22
icons/line-dot-right-horizontal.json
Normal 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"
|
||||
]
|
||||
}
|
||||
14
icons/line-dot-right-horizontal.svg
Normal file
14
icons/line-dot-right-horizontal.svg
Normal 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 |
Reference in New Issue
Block a user