Skip to content

Commit

Permalink
Add amenities icons (#1461)
Browse files Browse the repository at this point in the history
* Add `washing-machine` icon

* Add `safe` icon

* Add `vault` icon

* Add `heater` icon

* Refine `vault` icon

* Refine `safe` icon

* Remove safe icon

---------

Co-authored-by: Eric Fennis <[email protected]>
  • Loading branch information
danielbayley and ericfennis authored Jan 5, 2024
1 parent ee7add1 commit 314ee3b
Show file tree
Hide file tree
Showing 6 changed files with 127 additions and 0 deletions.
21 changes: 21 additions & 0 deletions icons/heater.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"heating",
"warmth",
"comfort",
"fire",
"stove",
"electric",
"electronics",
"amenities"
],
"categories": [
"home",
"devices",
"travel"
]
}
22 changes: 22 additions & 0 deletions icons/heater.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
24 changes: 24 additions & 0 deletions icons/vault.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"safe",
"lockbox",
"deposit",
"locker",
"coffer",
"strongbox",
"safety",
"secure",
"storage",
"valuables",
"bank"
],
"categories": [
"security",
"travel",
"home"
]
}
22 changes: 22 additions & 0 deletions icons/vault.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
21 changes: 21 additions & 0 deletions icons/washing-machine.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"tumble dryer",
"amenities",
"electronics",
"cycle",
"clothes",
"rinse",
"spin",
"drum"
],
"categories": [
"home",
"devices",
"travel"
]
}
17 changes: 17 additions & 0 deletions icons/washing-machine.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 314ee3b

Please sign in to comment.