-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): added wind-turbine icon
#3848
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤖 ChatGPT Tags suggestions ✨
I've asked ChatGPT for some suggestions for tags.
Added suggested tags Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
Added or changed iconsIcons as codeWorks for: const WindTurbineIcon = createLucideIcon('WindTurbine', [
["path",{"d":"m11 14-1 6.888"}],
["path",{"d":"M13 18v3"}],
["path",{"d":"m14.451 2.124-1.376 4.458"}],
["path",{"d":"m17.28 15.86-3.025-3.55"}],
["path",{"d":"m4.37 11.873 4.501-1.227"}],
["path",{"d":"M7.643 22h8.895"}],
["circle",{"cx":"12.09","cy":"9.769","r":".556","fill":"currentColor"}]
]) |
|
Related topic: #911 I think this design is a bit too light |
Gotcha, I can try giving it a bit more weight (probably by expanding it a bit) and post it in the related topic 👌 |
What is the purpose of this pull request?
Description
Added new
wind-turbineicon.Icon use case
We need to display various energy related icons in our app: https://app.electricitymaps.com/map/live/fifteen_minutes
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting