-
-
Notifications
You must be signed in to change notification settings - Fork 521
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
feat(icons): added saturn
icon
#2626
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const SaturnIcon = createLucideIcon('Saturn', [
["path",{"d":"M17.81 10.55A10 2.585 0 0 1 12 15a10 2.585 0 0 1-5.83-4.45"}],
["circle",{"cx":"11.994","cy":"12","r":"6"}]
]) |
Feels far too small and the ring has a gap guideline violation, also duplicates https://lucide.dev/icons/lab/planet |
I couldn't find this icon on the site |
Your version is pretty cute, do we have a good list of use cases for the icon.
@Footagesus i.e. don't tell me what the icon represents, tell me places where it would be used. Only "applications and interfaces" is not specific enough. |
OK! Thank you |
What is the purpose of this pull request?
Description
Added new
saturn
icon.Icon use case
The Saturn icon represents a planet with rings and is used to represent space, astronomy, or futuristic ideas in applications and interfaces.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
layers-circle
Naming
icons/[iconName].json
.Design
Before Submitting