feat(icons): added laptop-minimal-up icon#4204
Closed
AntoninKadrmas wants to merge 3 commits intolucide-icons:mainfrom
Closed
feat(icons): added laptop-minimal-up icon#4204AntoninKadrmas wants to merge 3 commits intolucide-icons:mainfrom
laptop-minimal-up icon#4204AntoninKadrmas wants to merge 3 commits intolucide-icons:mainfrom
Conversation
| "jguddas", | ||
| "AntoninKadrmas" | ||
| ], | ||
| "tags": [ |
Contributor
There was a problem hiding this comment.
Suggestions for the laptop-minimal-up icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
Suggested change
| "tags": [ | |
| "tags": [ | |
| "laptop", | |
| "minimal", | |
| "up", | |
| "technology", | |
| "device", | |
| "sleek", | |
| "modern", | |
| "electronics", | |
| "portability", | |
| "basics", |
Contributor
Added or changed iconsIcons as codeWorks for: const LaptopMinimalUpIcon = createLucideIcon('LaptopMinimalUp', [
["path",{"d":"M 12 8 L 12 12"}],
["path",{"d":"M12 8 L10 10"}],
["path",{"d":"M14 10 L12 8"}],
["path",{"d":"M2 20h20"}],
["rect",{"x":"3","y":"4","width":"18","height":"12","rx":"2"}]
]) |
19 tasks
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new laptop-minimal-up icon to the Lucide icon set, including its SVG drawing and accompanying metadata JSON so it can be indexed/tagged consistently with existing icons.
Changes:
- Added
icons/laptop-minimal-up.svgwith the icon geometry. - Added
icons/laptop-minimal-up.jsonwith contributors, tags, and categories.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| icons/laptop-minimal-up.svg | Introduces the new icon SVG (laptop minimal + upward arrow motif). |
| icons/laptop-minimal-up.json | Adds metadata (contributors/tags/categories) for discovery and cataloging. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What is the purpose of this pull request?
Description
Added new
laptop-minimal-upicon.Icon use case
Monitor up alternative for laptop-minimal
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
laptop-minimal,monitor-upNaming
icons/[iconName].json.Design
Before Submitting