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

fix(icons): changed `images` icon #2597

Closed jguddas closed 1 week ago

jguddas commented 1 week ago

What is the purpose of this pull request?

Description

Not so happy with it, but gonna post it anyway.

Before Submitting

github-actions[bot] commented 1 week ago

Added or changed icons

icons/images.svg
Preview cohesion icons/square-arrow-left.svg
icons/images.svg
icons/siren.svg
Preview stroke widths icons/images.svg
icons/images.svg
icons/images.svg
DPI Preview (24px) icons/images.svg
Icon X-rays icons/images.svg
Icon Diffs icons/images.svg
Icons as code Works for: `lucide-react`, `lucide-react-native`, `lucide-preact`, `lucide-vue-next` ```ts const ImagesIcon = createLucideIcon('Images', [ ["path",{"d":"m21 11.5-1.166-1.166a2.17 2.17 0 0 0-3.068 0L11.1 16"}], ["path",{"d":"M4 8.267A2 2 0 0 0 3 10v9a2 2 0 0 0 2 2h9a2 2 0 0 0 1.731-1"}], ["circle",{"cx":"12.75","cy":"7.75","r":".75","fill":"currentColor"}], ["rect",{"x":"8","y":"3","width":"13","height":"13","rx":"2"}] ]) ```