feat(icons): added bookmark-off icon (#4283)

* feat: add icons/bookmark-off.svg

* feat: add icons/bookmark-off.json

* feat: update icons/bookmark-off.json contributors and tags
This commit is contained in:
Zeenat Lawal
2026-04-09 07:46:23 +01:00
committed by GitHub
parent 6d6da7ca3a
commit 3c62e4bfef
2 changed files with 44 additions and 0 deletions

29
icons/bookmark-off.json Normal file
View File

@@ -0,0 +1,29 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"colebemis",
"csandman",
"siarie",
"ericfennis",
"jguddas",
"ZeenatLawal",
"swastik7805",
"karsa-mistmere"
],
"tags": [
"unsaved",
"unfavorite",
"unmarked",
"unlabel",
"disabled",
"removed",
"unpin",
"unread",
"unclip",
"marker",
"untag"
],
"categories": [
"account"
]
}

15
icons/bookmark-off.svg Normal file
View File

@@ -0,0 +1,15 @@
<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="M19 19v1a1 1 0 0 1-1.496.868l-4.512-2.578a2 2 0 0 0-1.984 0l-4.512 2.578A1 1 0 0 1 5 20V5" />
<path d="m2 2 20 20" />
<path d="M8.656 3H17a2 2 0 0 1 2 2v8.344" />
</svg>

After

Width:  |  Height:  |  Size: 386 B