-
-
Notifications
You must be signed in to change notification settings - Fork 701
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
fix(icons): changed mic-off
icon
#2823
base: main
Are you sure you want to change the base?
Conversation
[ Added or changed iconsIcons as codeWorks for: const MicOffIcon = createLucideIcon('MicOff', [
["path",{"d":"M12 19v3"}],
["path",{"d":"M15 9.34V5a3 3 0 0 0-5.68-1.33"}],
["path",{"d":"M16.95 16.95A7 7 0 0 1 5 12v-2"}],
["path",{"d":"M18.89 13.23A7 7 0 0 0 19 12v-2"}],
["path",{"d":"m2 2 20 20"}],
["path",{"d":"M9 9v3a3 3 0 0 0 5.12 2.12"}]
]) |
What is the purpose of this pull request?
Description
Fixed icon




mic-off
. Lower curve cut too far down and the bottom line was visible from above.Current
mic-off
compared to the normalmic
.Fixed
mic-off
.Before Submitting