lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
11.51k stars 525 forks source link

feat(icons): added `saturn` icon #2626

Open Footagesus opened 5 days ago

Footagesus commented 5 days ago

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

Naming

Design

Before Submitting

github-actions[bot] commented 5 days ago

Added or changed icons

icons/saturn.svg
Preview cohesion icons/rotate-cw-square.svg
icons/saturn.svg
icons/videotape.svg
Preview stroke widths icons/saturn.svg
icons/saturn.svg
icons/saturn.svg
DPI Preview (24px) icons/saturn.svg
Icon X-rays icons/saturn.svg
Icon Diffs icons/saturn.svg
Icons as code Works for: `lucide-react`, `lucide-react-native`, `lucide-preact`, `lucide-vue-next` ```ts 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"}] ]) ```
karsa-mistmere commented 5 days ago

Feels far too small and the ring has a gap guideline violation, also duplicates https://lucide.dev/icons/lab/planet

Footagesus commented 5 days ago

I couldn't find this icon on the site

karsa-mistmere commented 5 days ago

I couldn't find this icon on the site

It's still in our lab branch, you have to select Lab on the site:

image

The reason it's in lab and not main is exactly why this PR won't either go through as is: it has severe gap guideline violations.

Something like this could work, I guess:

icons
Open lucide studio

jguddas commented 5 days ago

I couldn't find this icon on the site

It's still in our lab branch, you have to select Lab on the site: image

The reason it's in lab and not main is exactly why this PR won't either go through as is: it has severe gap guideline violations.

Something like this could work, I guess:

iconsOpen lucide studio

Your version is pretty cute, do we have a good list of use cases for the icon.

The Saturn icon represents a planet with rings and is used to represent space, astronomy, or futuristic ideas in applications and interfaces.

@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.

Footagesus commented 5 days ago

OK! Thank you