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:
Swastik Sharma
2026-04-26 13:07:24 +05:30
committed by GitHub
parent 1675213eb6
commit 92e02f5042
2 changed files with 44 additions and 0 deletions

View 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
View 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