-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): added solar-cell icon
#3847
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 sustainability in Categories
Added or changed iconsIcons as codeWorks for: const SolarCellIcon = createLucideIcon('SolarCell', [
["path",{"d":"M12 17v4"}],
["path",{"d":"m15 3 .5 14"}],
["path",{"d":"M19 3a2 2 0 0 1 2 2l1 10a2 2 0 0 1-2 2H4a2 2 0 0 1-2-2L3 5a2 2 0 0 1 2-2z"}],
["path",{"d":"M21 10H3"}],
["path",{"d":"M8 21h8"}],
["path",{"d":"m9 3-.5 14"}]
]) |
Added missing comma under categories
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.
I like the perspective idea. Not sure if the others might think that makes it too inconsistent with the monitor-* icons…?
|
@Alportan is this one not fulfilling your usecase? https://lucide.dev/icons/solar-panel |
What is the purpose of this pull request?
Description
Added new
solar-cellicon.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
monitorNaming
icons/[iconName].json.Design
Before Submitting