mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:48:29 +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>
39 lines
715 B
JSON
39 lines
715 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"ericfennis",
|
|
"danielbayley",
|
|
"jguddas",
|
|
"karsa-mistmere"
|
|
],
|
|
"use-cases": [
|
|
"To view the activity history of an account or document.",
|
|
"To browse past events in a log or audit trail.",
|
|
"To show recent actions, such as recently visited pages.",
|
|
"To restore an earlier version of a file."
|
|
],
|
|
"tags": [
|
|
"history",
|
|
"time",
|
|
"redo",
|
|
"undo",
|
|
"rewind",
|
|
"timeline",
|
|
"version",
|
|
"time machine",
|
|
"backup",
|
|
"ccw"
|
|
],
|
|
"categories": [
|
|
"arrows",
|
|
"time"
|
|
],
|
|
"aliases": [
|
|
{
|
|
"name": "history",
|
|
"deprecated": true,
|
|
"deprecationReason": "alias.name"
|
|
}
|
|
]
|
|
}
|