feat(icons): added laptop-minimal-x icon#4203
feat(icons): added laptop-minimal-x icon#4203AntoninKadrmas wants to merge 4 commits intolucide-icons:mainfrom
laptop-minimal-x icon#4203Conversation
| "ericfennis", | ||
| "AntoninKadrmas" | ||
| ], | ||
| "tags": [ |
There was a problem hiding this comment.
Suggestions for the laptop-minimal-x icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "laptop", | |
| "minimal", | |
| "tech", | |
| "electronics", | |
| "device", | |
| "portable", | |
| "sleek", | |
| "modern", |
Added or changed iconsIcons as codeWorks for: const LaptopMinimalXIcon = createLucideIcon('LaptopMinimalX', [
["path",{"d":"m10 8 4 4"}],
["path",{"d":"m14 8-4 4"}],
["path",{"d":"M2 20h20"}],
["rect",{"x":"3","y":"4","width":"18","height":"12","rx":"2"}]
]) |
There was a problem hiding this comment.
Pull request overview
Adds a new laptop-minimal-x icon to the Lucide icon set, including its SVG artwork and accompanying metadata JSON.
Changes:
- Added
icons/laptop-minimal-x.svgwith an “X” mark inside the laptop-minimal screen. - Added
icons/laptop-minimal-x.jsonwith contributors/tags/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-x.svg | New SVG definition for the laptop-minimal-x icon. |
| icons/laptop-minimal-x.json | New icon metadata (contributors, tags, categories). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| "tags": [ | ||
| "computer", | ||
| "screen", | ||
| "remote" |
There was a problem hiding this comment.
The metadata for this -x variant is missing variant-specific tags (e.g., cancel/close/remove/delete/error). Other -x icons include these tags (see icons/monitor-x.json, icons/folder-x.json), so this icon will be harder to discover without them.
| "remote" | |
| "remote", | |
| "cancel", | |
| "close", | |
| "remove", | |
| "delete", | |
| "error" |
What is the purpose of this pull request?
Description
Added new
laptop-minimal-xicon.Icon use case
Monitor x alternative for laptop-minimal
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
laptop-minimal,monitor-xNaming
icons/[iconName].json.Design
Before Submitting