-
-
Notifications
You must be signed in to change notification settings - Fork 534
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): added droplet-off
icon
#2641
base: main
Are you sure you want to change the base?
Conversation
Added or changed iconsIcons as codeWorks for: const DropletOffIcon = createLucideIcon('DropletOff', [
["path",{"d":"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586"}],
["path",{"d":"m2 2 20 20"}],
["path",{"d":"M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208"}]
]) |
Added or changed iconsIcons as codeWorks for: const DropletOffIcon = createLucideIcon('DropletOff', [
["path",{"d":"M18.715 13.186C18.29 11.858 17.384 10.607 16 9.5c-2-1.6-3.5-4-4-6.5a10.7 10.7 0 0 1-.884 2.586"}],
["path",{"d":"m2 2 20 20"}],
["path",{"d":"M8.795 8.797A11 11 0 0 1 8 9.5C6 11.1 5 13 5 15a7 7 0 0 0 13.222 3.208"}]
]) |
How does this relate to #2632 ? |
It's the automatically generated version that @Footagesus tried to painstakingly handcraft. |
Okay, I don't mind. The important thing is that the icon was added. |
Yo ty |
What is the purpose of this pull request?
Description
Added new
droplet-off
icon.Icon use case
See #2632
Alternative icon designs
Icon Design Checklist
Concept
Author, credits & license
droplet
Naming
icons/[iconName].json
.Design
Before Submitting
droplet-off
icon #2632