issues
search
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?
[x] Other: Icon update
Description
Not so happy with it, but gonna post it anyway.
Before Submitting
[x] I've read the
Contribution Guidelines
.
[ ] I've checked if there was an existing PR that solves the same issue.
github-actions[bot]
commented
1 week ago
Added or changed icons
Preview cohesion
Preview stroke widths
DPI Preview (24px)
Icon X-rays
Icon Diffs
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"}] ]) ```
What is the purpose of this pull request?
Description
Not so happy with it, but gonna post it anyway.
Before Submitting