-
-
Notifications
You must be signed in to change notification settings - Fork 961
fix(icons): changed message-circle-reply
icon
#3188
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 MessageCircleReplyIcon = createLucideIcon('MessageCircleReply', [
["path",{"d":"m11 14.5-3-3 3-3"}],
["path",{"d":"M7.9 20A9 9 0 1 0 4 16.1L2 22z"}],
["path",{"d":"M8 11.5h6a2 2 0 0 1 2 2v1"}]
]) |
Maybe not 100% perfect, but man is the current version not visually centered. |
I think the core issue with |
Yeah, a redesign could be nice here. |
|
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. |
What is the purpose of this pull request?
Description
Moved arrow.
Before Submitting