mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:38:25 +02:00
* Added icons/clock-arrow-out.svg * Added icons/clock-arrow-out.json * Rename icon * Add empty use-cases array * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Update clock-arrow-right.json --------- Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
24 lines
338 B
JSON
24 lines
338 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"jguddas"
|
|
],
|
|
"use-cases": [
|
|
"indicating the end of a time range",
|
|
"unassign timing information"
|
|
],
|
|
"tags": [
|
|
"time",
|
|
"watch",
|
|
"alarm",
|
|
"range",
|
|
"unassign"
|
|
],
|
|
"categories": [
|
|
"time",
|
|
"people",
|
|
"arrows"
|
|
]
|
|
}
|