Skip to content

Commit

Permalink
Add more tags to icons (lucide-icons#932)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojtekmaj authored Feb 2, 2023
1 parent e381378 commit 2ccd5b7
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 25 deletions.
5 changes: 3 additions & 2 deletions icons/alert-circle.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"tags": [
"warning",
"alert",
"danger"
"danger",
"exclamation mark"
],
"categories": [
"notifications",
"shapes"
]
}
}
5 changes: 3 additions & 2 deletions icons/alert-octagon.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"tags": [
"warning",
"alert",
"danger"
"danger",
"exclamation mark"
],
"categories": [
"notifications",
"shapes"
]
}
}
5 changes: 3 additions & 2 deletions icons/alert-triangle.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,11 @@
"tags": [
"warning",
"alert",
"danger"
"danger",
"exclamation mark"
],
"categories": [
"notifications",
"shapes"
]
}
}
6 changes: 4 additions & 2 deletions icons/battery-charging.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"$schema": "../icon.schema.json",
"tags": [
"power",
"electricity"
"electricity",
"accumulator",
"charge"
],
"categories": [
"connectivity",
"devices"
]
}
}
6 changes: 4 additions & 2 deletions icons/battery-full.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"$schema": "../icon.schema.json",
"tags": [
"power",
"electricity"
"electricity",
"accumulator",
"charge"
],
"categories": [
"connectivity",
"devices"
]
}
}
6 changes: 4 additions & 2 deletions icons/battery-low.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"$schema": "../icon.schema.json",
"tags": [
"power",
"electricity"
"electricity",
"accumulator",
"charge"
],
"categories": [
"connectivity",
"devices"
]
}
}
6 changes: 4 additions & 2 deletions icons/battery-medium.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"$schema": "../icon.schema.json",
"tags": [
"power",
"electricity"
"electricity",
"accumulator",
"charge"
],
"categories": [
"connectivity",
"devices"
]
}
}
5 changes: 4 additions & 1 deletion icons/battery-warning.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,10 @@
"$schema": "../icon.schema.json",
"tags": [
"power",
"electricity"
"electricity",
"accumulator",
"charge",
"exclamation mark"
],
"categories": [
"connectivity",
Expand Down
6 changes: 4 additions & 2 deletions icons/battery.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@
"$schema": "../icon.schema.json",
"tags": [
"power",
"electricity"
"electricity",
"accumulator",
"charge"
],
"categories": [
"connectivity",
"devices"
]
}
}
5 changes: 3 additions & 2 deletions icons/file-warning.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@
"warning",
"alert",
"danger",
"protected"
"protected",
"exclamation mark"
],
"categories": [
"files",
"notifications"
]
}
}
5 changes: 3 additions & 2 deletions icons/mail-warning.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,10 @@
"email",
"message",
"letter",
"delivery error"
"delivery error",
"exclamation mark"
],
"categories": [
"mail"
]
}
}
7 changes: 5 additions & 2 deletions icons/power-off.json
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
{
"$schema": "../icon.schema.json",
"tags": [
"device"
"on",
"off",
"device",
"switch"
],
"categories": [
"connectivity"
]
}
}
5 changes: 3 additions & 2 deletions icons/power.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,10 @@
"tags": [
"on",
"off",
"device"
"device",
"switch"
],
"categories": [
"connectivity"
]
}
}

0 comments on commit 2ccd5b7

Please sign in to comment.