mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 12:08:25 +02:00
* Added icons/pending-cw.svg * Added icons/pending-cw.json * Update icons/pending-cw.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Rename pending-cw.json to clock-arrow-cw.json * Add clock-arrow-cw.svg icon file * Update icons/clock-arrow-cw.json * Update icons: replace and refine `history` and `clock-*` SVGs and metadata * update file name * updated icon name * Refine `clock-arrow-ccw` metadata: add use-cases, tags, and aliases * fix(icons): rename history/pending _yet again_. Sorry, Niels 🫣 --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Eric Fennis <eric.fennis@gmail.com> Co-authored-by: Karsa <contact@karsa.org>
25 lines
382 B
JSON
25 lines
382 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"NielsLazaroms"
|
|
],
|
|
"use-cases": [
|
|
"To indicate when you need to process items.",
|
|
"To indicate that a process is happening"
|
|
],
|
|
"tags": [
|
|
"clock",
|
|
"waiting",
|
|
"schedule",
|
|
"hourglass",
|
|
"loading",
|
|
"pause",
|
|
"pending",
|
|
"time",
|
|
"watch"
|
|
],
|
|
"categories": [
|
|
"time"
|
|
]
|
|
}
|