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

fix(icons): combined `layers` and `layers-3` icon #2596

Open jguddas opened 2 weeks ago

jguddas commented 2 weeks ago

What is the purpose of this pull request?

Description

Arcified corners.

Before Submitting

github-actions[bot] commented 2 weeks ago

Added or changed icons

icons/layers.svg
Preview cohesion icons/square-arrow-down-right.svg
icons/layers.svg
icons/mouse-pointer-click.svg
Preview stroke widths icons/layers.svg
icons/layers.svg
icons/layers.svg
DPI Preview (24px) icons/layers.svg
Icon X-rays icons/layers.svg
Icon Diffs icons/layers.svg
Icons as code Works for: `lucide-react`, `lucide-react-native`, `lucide-preact`, `lucide-vue-next` ```ts const LayersIcon = createLucideIcon('Layers', [ ["path",{"d":"M12.83 2.18a2 2 0 0 0-1.66 0L2.6 6.08a1 1 0 0 0 0 1.83l8.58 3.91a2 2 0 0 0 1.66 0l8.58-3.9a1 1 0 0 0 0-1.83z"}], ["path",{"d":"M2 12a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 12"}], ["path",{"d":"M2 17a1 1 0 0 0 .58.91l8.6 3.91a2 2 0 0 0 1.65 0l8.58-3.9A1 1 0 0 0 22 17"}] ]) ```