mirror of
https://github.com/lucide-icons/lucide.git
synced 2026-05-18 09:34:43 +02:00
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:
29
icons/bookmark-off.json
Normal file
29
icons/bookmark-off.json
Normal 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
15
icons/bookmark-off.svg
Normal 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 |
Reference in New Issue
Block a user