mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 09:34:43 +02:00
feat(icon): add folder-bookmark icon (#4262)
* 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>
This commit is contained in:
30
icons/folder-bookmark.json
Normal file
30
icons/folder-bookmark.json
Normal file
@@ -0,0 +1,30 @@
|
||||
{
|
||||
"$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"
|
||||
]
|
||||
}
|
||||
14
icons/folder-bookmark.svg
Normal file
14
icons/folder-bookmark.svg
Normal file
@@ -0,0 +1,14 @@
|
||||
<svg
|
||||
xmlns="http://www.w3.org/2000/svg"
|
||||
width="24"
|
||||
height="24"
|
||||
viewBox="0 0 24 24"
|
||||
fill="none"
|
||||
stroke="currentColor"
|
||||
stroke-width="2"
|
||||
stroke-linecap="round"
|
||||
stroke-linejoin="round"
|
||||
>
|
||||
<path d="M12 6v8l3-3 3 3V6" />
|
||||
<path d="M20 20a2 2 0 0 0 2-2V8a2 2 0 0 0-2-2h-7.9a2 2 0 0 1-1.69-.9L9.6 3.9A2 2 0 0 0 7.93 3H4a2 2 0 0 0-2 2v13a2 2 0 0 0 2 2z" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 375 B |
Reference in New Issue
Block a user