mirror of
https://github.com/lucide-icons/lucide.git
synced 2025-12-28 20:17:03 +01:00
* Add `air-pressure` icon And slightly modified the `wind` icon to match * Rename `air-pressure` to `wind-arrow-down` And update the JSON file with contributors to the original `wind` icon and add `pressure` as a tag
20 lines
260 B
JSON
20 lines
260 B
JSON
{
|
|
"$schema": "../icon.schema.json",
|
|
"contributors": [
|
|
"colebemis",
|
|
"csandman",
|
|
"ericfennis",
|
|
"jamiemlaw"
|
|
],
|
|
"tags": [
|
|
"weather",
|
|
"air",
|
|
"pressure",
|
|
"blow"
|
|
],
|
|
"categories": [
|
|
"weather",
|
|
"sustainability"
|
|
]
|
|
}
|