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
8.94k stars 380 forks source link

feat(icons): added `grid-2x2-x` icon #2085

Closed chessurisme closed 3 weeks ago

chessurisme commented 1 month ago

What is the purpose of this pull request?

Description

This PR contains grid-2x2-x icon that helps grid icon scenario.

Icon use case

Alternative icon designs

Icon Design Checklist

Concept

Author, credits & license

Naming

Design

Before Submitting

github-actions[bot] commented 1 month ago

Added or changed icons

icons/grid-2x2-x.svg
Preview cohesion icons/square-arrow-down-right.svg
icons/grid-2x2-x.svg
icons/chevrons-right-left.svg
Preview stroke widths icons/grid-2x2-x.svg
icons/grid-2x2-x.svg
icons/grid-2x2-x.svg
DPI Preview (24px) icons/grid-2x2-x.svg
Icon X-rays icons/grid-2x2-x.svg
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

const Grid2x2XIcon = createLucideIcon('Grid2x2X', [
  ["path",{"d":"M12 3v17a1 1 0 0 1-1 1H5a2 2 0 0 1-2-2V5a2 2 0 0 1 2-2h14a2 2 0 0 1 2 2v6a1 1 0 0 1-1 1H3"}],
  ["path",{"d":"m16 16 5 5"}],
  ["path",{"d":"m16 21 5-5"}]
])

jguddas commented 1 month ago

https://lucide-studio.vercel.app/edit

Go to Edit -> Arcify to remove the sharp corners.

Would look better IMO

chessurisme commented 1 month ago

I'm going to edit the other one too.