-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
feat(icons): added check-line icon
#2890
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
Conversation
Added or changed iconsIcons as codeWorks for: const CheckLineIcon = createLucideIcon('CheckLine', [
["path",{"d":"M20 4L9 15"}],
["path",{"d":"M21 19L3 19"}],
["path",{"d":"M9 15L4 10"}]
]) |
|
Nice icon, but I've a question about the use cases. They are valid use cases, but why are the current |
|
I am focusing on how it interacts with local devices represented by the line, rather than just indicating success or completion. |
|
Oh, so this can be used together with the |
|
Exactly. It pairs with the arrow-down-to-line icon to indicate that the download has completed successfully. |
ericfennis
left a comment
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.
Can you switch the properties in meta file?
icons/check-line.json
Outdated
| "tags": [ | ||
| "notifications" | ||
| ], | ||
| "categories": [ |
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.
You've switched the tags and categories properties.
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.
Fixed it!
* Added icons/check-line.svg * Added icons/check-line.json * Inherit contributors from check icon * Fix order of properties --------- Co-authored-by: Eric Fennis <[email protected]>
What is the purpose of this pull request?
Description
Added new
check-lineicon.Icon use case
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
checkNaming
icons/[iconName].json.Design
Before Submitting