feat(icons): added laptop-minimal-down icon#4202
feat(icons): added laptop-minimal-down icon#4202AntoninKadrmas wants to merge 4 commits intolucide-icons:mainfrom
laptop-minimal-down icon#4202Conversation
| "jguddas", | ||
| "AntoninKadrmas" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the laptop-minimal-down icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "laptop", | |
| "minimal", | |
| "down", | |
| "arrow", | |
| "device", | |
| "technology", | |
| "simple", | |
| "line", | |
| "outline", | |
| "direction", |
Added or changed iconsIcons as codeWorks for: const LaptopMinimalDownIcon = createLucideIcon('LaptopMinimalDown', [
["path",{"d":"M12 8v4l-2-2"}],
["path",{"d":"m14 10-2 2"}],
["path",{"d":"M2 20h20"}],
["rect",{"x":"3","y":"4","width":"18","height":"12","rx":"2"}]
]) |
|
Hey @AntoninKadrmas, I'm afraid none of the submitted designs in #4204, #4202, #4203 are design guideline compliant, since they lack the necessary 2px gap between elements (the outer rectangle and the arrows/x, in this instance), as highlighted on the icon x-rays in red: |
There was a problem hiding this comment.
Pull request overview
Adds a new icon (laptop-minimal-down) to the Lucide icon set, including the SVG artwork and its required metadata for tagging/categorization.
Changes:
- Added
icons/laptop-minimal-down.svgdefining the new icon artwork. - Added
icons/laptop-minimal-down.jsonproviding contributors, tags, and categories metadata.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| icons/laptop-minimal-down.svg | New SVG for the laptop-minimal-down icon. |
| icons/laptop-minimal-down.json | New metadata (contributors/tags/categories) for the icon. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "devices", | ||
| "connectivity" |
There was a problem hiding this comment.
Category lists in icon metadata appear to be consistently ordered (e.g. wifi.json uses ["connectivity", "devices"] and monitor-down.json uses ["connectivity", "devices"]). Here the categories are reversed; please reorder to keep metadata consistent and avoid noisy diffs in future bulk processing.
| "devices", | |
| "connectivity" | |
| "connectivity", | |
| "devices" |

What is the purpose of this pull request?
Description
Added new
laptop-minimal-downicon.Icon use case
Monitor down alternative for laptop-minimal
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
laptop-minimal,monitor-downNaming
icons/[iconName].json.Design
Before Submitting