Skip to content

feat(icons): added laptop-minimal-down icon#4202

Closed
AntoninKadrmas wants to merge 4 commits intolucide-icons:mainfrom
AntoninKadrmas:studio/laptop-minimal-down
Closed

feat(icons): added laptop-minimal-down icon#4202
AntoninKadrmas wants to merge 4 commits intolucide-icons:mainfrom
AntoninKadrmas:studio/laptop-minimal-down

Conversation

@AntoninKadrmas
Copy link
Contributor

What is the purpose of this pull request?

  • New Icon

Description

Added new laptop-minimal-down icon.

Icon use case

Monitor down alternative for laptop-minimal

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 @ericfennis
  • I've based them on the following Lucide icons: laptop-minimal, monitor-down
  • I've based them on the following design:

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

Copilot AI review requested due to automatic review settings March 24, 2026 10:44
@github-actions github-actions bot added 🎨 icon About new icons 🫧 metadata Improved metadata labels Mar 24, 2026
@github-actions github-actions bot requested review from ericfennis, jguddas and karsa-mistmere and removed request for Copilot March 24, 2026 10:44
Copy link
Contributor

@github-actions github-actions bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🤖 ChatGPT Tags suggestions ✨

I've asked ChatGPT for some suggestions for tags.

"jguddas",
"AntoninKadrmas"
],
"tags": [
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggestions for the laptop-minimal-down icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:

Suggested change
"tags": [
"tags": [
"laptop",
"minimal",
"down",
"arrow",
"device",
"technology",
"simple",
"line",
"outline",
"direction",

@github-actions
Copy link
Contributor

github-actions bot commented Mar 24, 2026

Added or changed icons

laptop-minimal-down

Preview cohesion message-square-code
laptop-minimal-down
align-center-vertical
Preview stroke widths laptop-minimal-down
laptop-minimal-down
laptop-minimal-down
DPI Preview

16px (shadcn/ui)

laptop-minimal-down

24px (default)

laptop-minimal-down

32px (shadcn/ui + retina)

laptop-minimal-down

48px (default + retina)

laptop-minimal-down
Icon X-rays laptop-minimal-down
Icon Diffs laptop-minimal-down
Icon Symmetry

Flip Horizontal

laptop-minimal-down

Flip Vertical

laptop-minimal-down

Flip Diagonal

laptop-minimal-down

Rotate 180°

laptop-minimal-down
Icons as code

Works for: lucide-react, lucide-react-native, lucide-preact, lucide-vue-next

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"}]
])

@karsa-mistmere
Copy link
Member

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:
image

Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.svg defining the new icon artwork.
  • Added icons/laptop-minimal-down.json providing 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.

Comment on lines +20 to +21
"devices",
"connectivity"
Copy link

Copilot AI Mar 26, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

Suggested change
"devices",
"connectivity"
"connectivity",
"devices"

Copilot uses AI. Check for mistakes.
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.

3 participants