-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat(icons): added line-dot-bottom-vertical icon
#3857
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
base: main
Are you sure you want to change the base?
feat(icons): added line-dot-bottom-vertical icon
#3857
Conversation
|
Linked to this : #3742 |
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.
🤖 ChatGPT Tags suggestions ✨
I've asked ChatGPT for some suggestions for tags.
| "contributors": [ | ||
| "nathan-de-pachtere" | ||
| ], | ||
| "tags": [ |
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.
Suggestions for the line-dot-bottom-vertical icon.
Try asking it your self if you want more suggestions. Open ChatGPT
Here are the suggestions:
| "tags": [ | |
| "tags": [ | |
| "line", | |
| "dot", | |
| "bottom", | |
| "vertical", |
Added or changed iconsIcons as codeWorks for: const LineDotBottomVerticalIcon = createLucideIcon('LineDotBottomVertical', [
["path",{"d":"M12 3v12"}],
["circle",{"cx":"12","cy":"18","r":"3"}]
]) |
What is the purpose of this pull request?
Description
Added new
line-dot-bottom-verticalicon.Icon use case
To represent the first commit of a branch — or, in the metallurgy industry, we use 'commit' icons to indicate measurements taken on a bar. For example, the 'git-commit-horizontal' icon represents a measurement taken in the middle of a bar, while this icon would represent a measurement taken at the start of the bar. Nothing to do with commit, but the icon works perfectly.
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json.Design
Before Submitting