-
-
Notifications
You must be signed in to change notification settings - Fork 566
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(icons): adds triangle-dashed icon #2652
Conversation
Added or changed iconsIcons as codeWorks for: const TriangleDashedIcon = createLucideIcon('TriangleDashed', [
["path",{"d":"M10.17 4.193a2 2 0 0 1 3.666.013"}],
["path",{"d":"M14 21h2"}],
["path",{"d":"m15.874 7.743 1 1.732"}],
["path",{"d":"m18.849 12.952 1 1.732"}],
["path",{"d":"M21.824 18.18a2 2 0 0 1-1.835 2.824"}],
["path",{"d":"M4.024 21a2 2 0 0 1-1.839-2.839"}],
["path",{"d":"m5.136 12.952-1 1.732"}],
["path",{"d":"M8 21h2"}],
["path",{"d":"m8.102 7.743-1 1.732"}]
]) |
01b4e6f
to
25f1ba2
Compare
25f1ba2
to
3f7fbd6
Compare
3f7fbd6
to
62be4a4
Compare
62be4a4
to
e11b888
Compare
You should throw this into https://lucide-studio.vercel.app and press the tidy button. |
nice, thank you! it's done |
ce4db48
to
d9e2452
Compare
This PR is stale because it has been open 45 days with no activity. Remove stale label or comment or this will be closed in 5 days. |
can anyone remove stale label please? |
thanks @karsa-mistmere , do I need to do anything else for this pr to be merged? |
b83a95f
to
025a942
Compare
025a942
to
902224b
Compare
@jguddas thanks for your approval, can I or do I need to update branch? do you prefer merge or rebase? |
@ericfennis is gonna fly by at some point and update + merge this for us, maybe we can also get @karsa-mistmere your approval? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome work @Yohh !
thanks @ericfennis , sorry for the bad indent, I didn't see it, you've fixed it before I was ready to push 😆 |
What is the purpose of this pull request?
Description
adds triangle-dashed icon
Icon use case
I maintain an Obsidian drawing tool plugin, simple-sketch.
I'm going to allow users to draw dashed shapes, I can already add tool-buttons for circle and squares but not for triangles.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting