feat(icons): added laptop-minimal-off icon#4205
Open
AntoninKadrmas wants to merge 3 commits intolucide-icons:mainfrom
Open
feat(icons): added laptop-minimal-off icon#4205AntoninKadrmas wants to merge 3 commits intolucide-icons:mainfrom
laptop-minimal-off icon#4205AntoninKadrmas wants to merge 3 commits intolucide-icons:mainfrom
Conversation
| "csandman", | ||
| "AntoninKadrmas" | ||
| ], | ||
| "tags": [ |
Contributor
There was a problem hiding this comment.
Suggestions for the laptop-minimal-off icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
Suggested change
| "tags": [ | |
| "tags": [ | |
| "laptop", | |
| "minimal", | |
| "off", | |
| "power", | |
| "electronics", | |
| "device", | |
| "technology", | |
| "monitor", | |
| "shutdown", | |
| "digital", |
Contributor
Added or changed iconsIcons as codeWorks for: const LaptopMinimalOffIcon = createLucideIcon('LaptopMinimalOff', [
["path",{"d":"M11 4h8a2 2 0 0 1 2 2v8"}],
["path",{"d":"M16 16H5a2 2 0 0 1-2-2V6a2 2 0 0 1 1-1.742"}],
["path",{"d":"m2 2 20 20"}],
["path",{"d":"M2 20h18"}]
]) |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR adds a new laptop-minimal-off icon to the Lucide icon set, including its SVG source and corresponding metadata JSON.
Changes:
- Added
icons/laptop-minimal-off.svgdefining the new icon paths. - Added
icons/laptop-minimal-off.jsonproviding schema-based metadata (contributors, tags, categories).
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| icons/laptop-minimal-off.svg | Introduces the new laptop-minimal-off SVG geometry. |
| icons/laptop-minimal-off.json | Adds metadata for searchability/categorization of the new icon. |
💡 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-officon.Icon use case
Monitor off alternative for laptop-minimal
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
laptop-minimal,monitor-offNaming
icons/[iconName].json.Design
Before Submitting