-
-
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
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 StoneIcon = createLucideIcon('Stone', [
["path",{"d":"m11 21 3-9-4-8.5"}],
["path",{"d":"m14 12 7 2"}],
["path",{"d":"M7.888 5.24a4 4 0 0 1 5.244-1.563l4.13 2.065a4 4 0 0 1 1.956 2.173l1.668 4.446a4 4 0 0 1-1.527 4.733l-5.14 3.427a4 4 0 0 1-4.438 0l-4.647-3.098a4 4 0 0 1-1.236-5.344z"}]
]) |
|
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: |
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