mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-08-29 11:58:24 +02:00
* Added icons/mail-clock.svg * Added icons/mail-clock.json * Add use cases to mail-clock.json Added use cases for mail-clock icon. * Apply suggestions from code review Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
37 lines
651 B
JSON
37 lines
651 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"karsa-mistmere",
|
|
"ericfennis"
|
|
],
|
|
"use-cases": [
|
|
"Represents scheduled communication",
|
|
"Represents send later icons",
|
|
"Indication scheduled mail",
|
|
"Indication delayed delivery features in messaging, email, and productivity tools"
|
|
],
|
|
"tags": [
|
|
"email",
|
|
"message",
|
|
"letter",
|
|
"unread",
|
|
"scheduled",
|
|
"delayed",
|
|
"sendlater",
|
|
"delivery",
|
|
"reminder",
|
|
"pending",
|
|
"outgoing",
|
|
"timer"
|
|
],
|
|
"categories": [
|
|
"text",
|
|
"account",
|
|
"mail",
|
|
"time",
|
|
"notifications",
|
|
"communication"
|
|
]
|
|
}
|