feat(icons): added line-style icon#4030
Merged
karsa-mistmere merged 8 commits intolucide-icons:mainfrom Mar 24, 2026
Merged
Conversation
| "contributors": [ | ||
| "dg-ac" | ||
| ], | ||
| "tags": [ |
Contributor
There was a problem hiding this comment.
Suggestions for the line-style icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
Suggested change
| "tags": [ | |
| "tags": [ | |
| "outline", | |
| "sketch", | |
| "minimal", | |
| "monoline", | |
| "vector", | |
| "graphic", | |
| "symbol", | |
| "drawn", | |
| "outline", |
Member
|
Idea |
Contributor
Added or changed iconsIcons as codeWorks for: const LineStyleIcon = createLucideIcon('LineStyle', [
["path",{"d":"M11 5h2"}],
["path",{"d":"M15 12h6"}],
["path",{"d":"M19 5h2"}],
["path",{"d":"M3 12h6"}],
["path",{"d":"M3 19h18"}],
["path",{"d":"M3 5h2"}]
]) |
Member
|
To be honest, I think I very much prefer the alternate design: IMO this one makes it much clearer that line styles are being depicted (dotted, dashed, solid) |
Contributor
Author
|
@karsa-mistmere Also a valid point! I don’t really have a strong preference for any of them, to be honest. |
Member
|
Hmm, Same as @dg-ac, not a strong preference. But I think the first design will fit better in UI. But I get the point from @karsa-mistmere |
ericfennis
approved these changes
Jan 30, 2026
Member
|
I perefer the current one, better visual volume IMO. |
|
Let me just float this idea around. |
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
line-styleicon.Icon use case
Represents line or stroke style options (solid, dashed, dotted, etc.) commonly used in:
Existing icons don’t quite fit:
square-dashed-top-solidreads as a top-border, whileline-squigglesuggests freehand drawing rather than stroke styles.Alternative icon designs
Open lucide studio
Icon Design Checklist
Concept
Author, credits & license
logs,menuNaming
icons/[iconName].json.Design
Before Submitting