Skip to content

Commit

Permalink
Fix database-backup/improve metadata/add database-zap (cache) icon (
Browse files Browse the repository at this point in the history
#1400)

* Fix `database-backup` icon

* Improve `database` icons metadata

* Add `database-zap` icon

* Update icons/database-zap.svg

Co-authored-by: Karsa <contact@karsa.org>

* Update icons/database-backup.svg

Co-authored-by: Karsa <contact@karsa.org>

* Revert "Update icons/database-backup.svg"

This reverts commit ef1cfd2.

* Update icons/database-backup.svg

Co-authored-by: Karsa <contact@karsa.org>

---------

Co-authored-by: Karsa <contact@karsa.org>
  • Loading branch information
danielbayley and karsa-mistmere authored Aug 13, 2023
1 parent 6e8895d commit 92f3fb0
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 6 deletions.
3 changes: 3 additions & 0 deletions icons/database-backup.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@
"tags": [
"storage",
"memory",
"bytes",
"servers",
"backup",
"timemachine",
"rotate",
Expand All @@ -19,6 +21,7 @@
"devices",
"arrows",
"design",
"development",
"photography"
]
}
8 changes: 4 additions & 4 deletions icons/database-backup.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
19 changes: 19 additions & 0 deletions icons/database-zap.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"cache busting",
"storage",
"memory",
"bytes",
"servers",
"power",
"crash"
],
"categories": [
"devices",
"development"
]
}
17 changes: 17 additions & 0 deletions icons/database-zap.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 5 additions & 2 deletions icons/database.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@
],
"tags": [
"storage",
"memory"
"memory",
"bytes",
"servers"
],
"categories": [
"devices"
"devices",
"development"
]
}

0 comments on commit 92f3fb0

Please sign in to comment.