Skip to content

Commit

Permalink
Add missing bookmark-* icons (#1259)
Browse files Browse the repository at this point in the history
* Add `bookmark-x` icon

* Add `bookmark-off` icon

* Remove `bookmark-off` icon

* Add `bookmark-slash` icon

* Swap `bookmark-slash` with `bookmark-check`
  • Loading branch information
danielbayley authored Sep 16, 2023
1 parent 5736028 commit da8a6c5
Show file tree
Hide file tree
Showing 4 changed files with 62 additions and 0 deletions.
16 changes: 16 additions & 0 deletions icons/bookmark-check.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
{
"$schema": "../icon.schema.json",
"tags": [
"read",
"finished",
"complete",
"clip",
"marker",
"tag",
"task",
"todo"
],
"categories": [
"account"
]
}
14 changes: 14 additions & 0 deletions icons/bookmark-check.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
17 changes: 17 additions & 0 deletions icons/bookmark-x.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"tags": [
"read",
"clip",
"marker",
"tag",
"cancel",
"close",
"delete",
"remove",
"clear"
],
"categories": [
"account"
]
}
15 changes: 15 additions & 0 deletions icons/bookmark-x.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit da8a6c5

Please sign in to comment.