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.43k stars 524 forks source link

feat(icons): added `layers-circle` icon #2624

Open Footagesus opened 2 days ago

Footagesus commented 2 days ago

What is the purpose of this pull request?

Description

Added new layers-circle icon.

Icon use case

Circle layout icon, used in databases and related to pages

Alternative icon designs

Icon Design Checklist

Concept

Author, credits & license

Naming

Design

Before Submitting

github-actions[bot] commented 2 days ago

Added or changed icons

icons/layers-circle.svg
Preview cohesion icons/square-arrow-out-up-left.svg
icons/layers-circle.svg
icons/lock-keyhole.svg
Preview stroke widths icons/layers-circle.svg
icons/layers-circle.svg
icons/layers-circle.svg
DPI Preview (24px) icons/layers-circle.svg
Icon X-rays icons/layers-circle.svg
Icon Diffs icons/layers-circle.svg
Icons as code Works for: `lucide-react`, `lucide-react-native`, `lucide-preact`, `lucide-vue-next` ```ts const LayersCircleIcon = createLucideIcon('LayersCircle', [ ["path",{"d":"M 3 12 A9 3 0 0 0 21 12"}], ["path",{"d":"M 3 17.5 A9 3 0 0 0 21 17.5"}], ["path",{"d":"M21 6.5a9 3 0 0 1-9 3 9 3 0 0 1-9-3 9 3 0 0 1 18 0"}] ]) ```
karsa-mistmere commented 2 days ago

Hi @Footagesus,

We already have a database icon: https://lucide.dev/icons/database

Can you come up with use cases unique to this design?

Footagesus commented 2 days ago

Hmmm ok