mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 09:34:43 +02:00
* feat(icon): add folder-bookmark icon * Update icons/folder-bookmark.json Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * refactor(icon): Update folder-bookmark design * refactor(icons): Add contributors and update tags for folder-bookmark icon --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
31 lines
435 B
JSON
31 lines
435 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"csandman",
|
|
"ericfennis",
|
|
"karsa-mistmere",
|
|
"siarie",
|
|
"jguddas",
|
|
"swastik7805",
|
|
"Spleefies",
|
|
"ramazansancar"
|
|
],
|
|
"tags": [
|
|
"folder",
|
|
"bookmark",
|
|
"file",
|
|
"mark",
|
|
"storage",
|
|
"archive",
|
|
"directory",
|
|
"project",
|
|
"favorite",
|
|
"save",
|
|
"read later"
|
|
],
|
|
"categories": [
|
|
"files"
|
|
]
|
|
}
|