-
-
Notifications
You must be signed in to change notification settings - Fork 540
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 volume-x
icon
#2139
Conversation
Added or changed iconsIcons as codeWorks for: const VolumeXIcon = createLucideIcon('VolumeX', [
["path",{"d":"m16 9 6 6"}],
["path",{"d":"m22 9-6 6"}],
["path",{"d":"M3 9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.298a2 2 0 0 1 1.25.438l3.64 2.912a.5.5 0 0 0 .812-.39V6.04a.5.5 0 0 0-.812-.39l-3.64 2.912A2 2 0 0 1 5.298 9z"}]
]) |
Added or changed iconsWorks for: const VolumeXIcon = createLucideIcon('VolumeX', [
["path",{"d":"m16 9 6 6"}],
["path",{"d":"m22 9-6 6"}],
["path",{"d":"M3 9a1 1 0 0 0-1 1v4a1 1 0 0 0 1 1h2.298a2 2 0 0 1 1.25.438l3.64 2.912a.5.5 0 0 0 .812-.39V6.04a.5.5 0 0 0-.812-.39l-3.64 2.912A2 2 0 0 1 5.298 9z"}]
]) |
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 also update the other volume
icons in this PR?
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. |
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.
All volume
icons should be updated. Otherwise icons are not consistent
Fixed by #2378 |
What is the purpose of this pull request?
Description
Arcified icon.
Before Submitting