Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 3 commits into from
Apr 26, 2024

Conversation

chessurisme
Copy link
Contributor

@chessurisme chessurisme commented Apr 18, 2024

What is the purpose of this pull request?

  • New Icon
  • Bug fix
  • New Feature
  • Documentation update
  • Other:

Description

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

Icon use case

  • error data tables
  • disabling or removing grid feature
  • could signify that particular task within the grid has been removed or deprecated or failed

Alternative icon designs

Icon Design Checklist

Concept

  • I have provided valid use cases for each icon.
  • I have not added any a brand or logo icon.
  • I have not used any hate symbols.
  • I have not included any religious or political imagery.

Author, credits & license

  • The icons are solely my own creation.
  • The icons were originally created in # by @
  • I've based them on the following Lucide icons: grid-2x2 and archive-x
  • I've based them on the following design: inspired by data validation icon of The Noun Project

Naming

  • I've read and followed the naming conventions
  • I've named icons by what they are rather than their use case.
  • I've provided meta JSON files in icons/[iconName].json.

Design

  • I've read and followed the icon design guidelines
  • I've made sure that the icons look sharp on low DPI displays.
  • I've made sure that the icons look consistent with the icon set in size, optical volume and density.
  • I've made sure that the icons are visually centered.
  • I've correctly optimized all icons to three points of precision.

Before Submitting

@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Apr 18, 2024
Copy link

github-actions bot commented Apr 18, 2024

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
Copy link
Member

jguddas commented Apr 18, 2024

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

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

Would look better IMO

@chessurisme
Copy link
Contributor Author

I'm going to edit the other one too.

@ericfennis ericfennis requested a review from jguddas April 19, 2024 14:58
@ericfennis ericfennis merged commit 54ef137 into lucide-icons:main Apr 26, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 icon About new icons 🫧 metadata Improved metadata
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants