mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-16 12:17:43 +01:00
Add missing bookmark-* icons (#1259)
* Add `bookmark-x` icon * Add `bookmark-off` icon * Remove `bookmark-off` icon * Add `bookmark-slash` icon * Swap `bookmark-slash` with `bookmark-check`
This commit is contained in:
16
icons/bookmark-check.json
Normal file
16
icons/bookmark-check.json
Normal file
@@ -0,0 +1,16 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"read",
|
||||
"finished",
|
||||
"complete",
|
||||
"clip",
|
||||
"marker",
|
||||
"tag",
|
||||
"task",
|
||||
"todo"
|
||||
],
|
||||
"categories": [
|
||||
"account"
|
||||
]
|
||||
}
|
||||
14
icons/bookmark-check.svg
Normal file
14
icons/bookmark-check.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="m19 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z" />
|
||||
<path d="m9 10 2 2 4-4" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 301 B |
17
icons/bookmark-x.json
Normal file
17
icons/bookmark-x.json
Normal file
@@ -0,0 +1,17 @@
|
||||
{
|
||||
"$schema": "../icon.schema.json",
|
||||
"tags": [
|
||||
"read",
|
||||
"clip",
|
||||
"marker",
|
||||
"tag",
|
||||
"cancel",
|
||||
"close",
|
||||
"delete",
|
||||
"remove",
|
||||
"clear"
|
||||
],
|
||||
"categories": [
|
||||
"account"
|
||||
]
|
||||
}
|
||||
15
icons/bookmark-x.svg
Normal file
15
icons/bookmark-x.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 21-7-4-7 4V5a2 2 0 0 1 2-2h10a2 2 0 0 1 2 2Z" />
|
||||
<path d="m14.5 7.5-5 5" />
|
||||
<path d="m9.5 7.5 5 5" />
|
||||
</svg>
|
||||
|
After Width: | Height: | Size: 329 B |
Reference in New Issue
Block a user