Skip to content

Commit

Permalink
Add materials icons (lucide-icons#1407)
Browse files Browse the repository at this point in the history
* Add `fence` icon

* Add `anvil` (metal) icon

* Add `brick-wall` icon

* Refine `anvil` icon

* Update icons/anvil.json

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

* Update icons/brick-wall.json

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

* Add `panel` icon

* Refine `brick-wall` icon

* Rename `panel` to `inspection-panel`

---------

Co-authored-by: Karsa <contact@karsa.org>
Co-authored-by: Eric Fennis <eric.fennis@gmail.com>
  • Loading branch information
3 people authored Dec 20, 2023
1 parent 1123214 commit e166ba4
Show file tree
Hide file tree
Showing 8 changed files with 155 additions and 0 deletions.
22 changes: 22 additions & 0 deletions icons/anvil.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"metal",
"iron",
"alloy",
"materials",
"heavy",
"weight",
"blacksmith",
"forge",
"acme"
],
"categories": [
"buildings",
"tools",
"gaming"
]
}
17 changes: 17 additions & 0 deletions icons/anvil.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
22 changes: 22 additions & 0 deletions icons/brick-wall.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"bricks",
"mortar",
"cement",
"materials",
"construction",
"builder",
"labourer",
"quantity surveyor",
"blocks",
"stone"
],
"categories": [
"buildings",
"home"
]
}
20 changes: 20 additions & 0 deletions icons/brick-wall.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/fence.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"picket",
"panels",
"woodwork",
"diy",
"materials",
"suburban",
"garden",
"property",
"territory"
],
"categories": [
"home",
"buildings"
]
}
19 changes: 19 additions & 0 deletions icons/fence.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/inspection-panel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
{
"$schema": "../icon.schema.json",
"contributors": [
"danielbayley"
],
"tags": [
"access",
"cover",
"tile",
"metal",
"materials",
"screws"
],
"categories": [
"tools"
]
}
17 changes: 17 additions & 0 deletions icons/inspection-panel.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 e166ba4

Please sign in to comment.