-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): added stone icon
#3850
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
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 StoneIcon = createLucideIcon('Stone', [
["path",{"d":"M11.264 2.205A4 4 0 0 0 6.42 4.211l-4 8a4 4 0 0 0 1.359 5.117l6 4a4 4 0 0 0 4.438 0l6-4a4 4 0 0 0 1.576-4.592l-2-6a4 4 0 0 0-2.53-2.53z"}],
["path",{"d":"M11.99 22 14 12l7.822 3.184"}],
["path",{"d":"M14 12 8.47 2.302"}]
]) |
|
Cute, but a bit small. |
I agree with Jakob, the design idea is perfect, but we need to bump the size up, and possibly also keep the arcs on the grid: |
Updated based on suggested changes
* Added icons/stone.svg * Added icons/stone.json * Update icons/stone.json Added suggested tags Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> * Update stone.svg Updated based on suggested changes * Update icons/stone.json --------- Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: Jakob Guddas <[email protected]>
What is the purpose of this pull request?
Description
Added new
stoneicon.Icon use case
We need to display various energy related icons in our app: https://app.electricitymaps.com/map/live/fifteen_minutes
Specific use-case: coal energy
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting