Skip to content

Commit

Permalink
[icons] feat: new icons for weather (#4902)
Browse files Browse the repository at this point in the history
Co-authored-by: cji <[email protected]>
  • Loading branch information
candyyyji and cji authored Sep 14, 2021
1 parent d86e7b3 commit fb4bf86
Show file tree
Hide file tree
Showing 13 changed files with 79 additions and 0 deletions.
36 changes: 36 additions & 0 deletions packages/icons/resources/icons/icons.json
Original file line number Diff line number Diff line change
Expand Up @@ -3670,5 +3670,41 @@
"iconName": "syringe",
"tags": "syringe, vaccine, shot, medicine",
"group": "miscellaneous"
},
{
"displayName": "Temperature",
"iconName": "temperature",
"tags": "thermometer, climate, weather",
"group": "miscellaneous"
},
{
"displayName": "Waves",
"iconName": "waves",
"tags": "sea, ocean, tide",
"group": "miscellaneous"
},
{
"displayName": "Rain",
"iconName": "rain",
"tags": "precipitation, storm, weather",
"group": "miscellaneous"
},
{
"displayName": "Lightning",
"iconName": "lightning",
"tags": "thunder, bolt, strike, weather",
"group": "miscellaneous"
},
{
"displayName": "Wind",
"iconName": "wind",
"tags": "air, breath, draft, weather",
"group": "miscellaneous"
},
{
"displayName": "Hurricane",
"iconName": "hurricane",
"tags": "storm, cyclone, typhoon, tropical storm",
"group": "miscellaneous"
}
]
10 changes: 10 additions & 0 deletions resources/icons/16px/hurricane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/16px/lightning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/16px/rain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/16px/temperature.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/16px/waves.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/16px/wind.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/20px/hurricane.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/20px/lightning.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/20px/rain.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/20px/temperature.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/20px/waves.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 3 additions & 0 deletions resources/icons/20px/wind.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

1 comment on commit fb4bf86

@blueprint-bot
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

[icons] feat: new icons for weather (#4902)

Previews: documentation | landing | table

Please sign in to comment.