-
-
Notifications
You must be signed in to change notification settings - Fork 724
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): add letter-text
icon
#2252
Conversation
Co-authored-by: Jakob Guddas <github@jguddas.de>
Added or changed iconsIcons as codeWorks for: const LetterTextIcon = createLucideIcon('LetterText', [
["path",{"d":"M15 12h6"}],
["path",{"d":"M15 6h6"}],
["path",{"d":"m3 13 3.553-7.724a.5.5 0 0 1 .894 0L11 13"}],
["path",{"d":"M3 18h18"}],
["path",{"d":"M4 11h6"}]
]) |
drop-cap
icon
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.
LGTM!
I think the name should be changed, |
@jguddas what would you recommend? |
Co-authored-by: Jakob Guddas <github@jguddas.de>
@GRA0007 Or |
Yeah thanks @ericfennis, that sounds good |
drop-cap
iconletter-text
icon
Closes #1676
What is the purpose of this pull request?
Description
Adds a
letter-text
icon.Icon use case
Icon Design Checklist
Concept
Author, credits & license
Naming
icons/[iconName].json
.Design
Before Submitting