mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-07-10 06:38:46 +02:00
32 lines
526 B
JSON
32 lines
526 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"ericfennis",
|
|
"johnletey"
|
|
],
|
|
"use-cases": [
|
|
"Representing a git commit",
|
|
"Indicating a point on a timeline"
|
|
],
|
|
"tags": [
|
|
"code",
|
|
"version control",
|
|
"waypoint",
|
|
"stop",
|
|
"station"
|
|
],
|
|
"categories": [
|
|
"development",
|
|
"navigation"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "git-commit",
|
|
"deprecationReason": "alias.name",
|
|
"deprecated": true,
|
|
"toBeRemovedInVersion": "v1.0"
|
|
}
|
|
]
|
|
}
|