lucide-icons / lucide

Beautiful & consistent icon toolkit made by the community. Open-source project and a fork of Feather Icons.
https://lucide.dev
ISC License
11.43k stars 524 forks source link

feat(icons): added `droplet-off` icon #2632

Open Footagesus opened 1 day ago

Footagesus commented 1 day ago

What is the purpose of this pull request?

Description

Added new droplet-off icon.

Icon use case

Water shut-off, humidity control, fluid management, leak control, filtration, water flow monitoring, environmental systems, irrigation systems, household appliances, condensation prevention.

Alternative icon designs

Icon Design Checklist

Concept

Author, credits & license

Naming

Design

Before Submitting

github-actions[bot] commented 1 day ago

Added or changed icons

icons/droplet-off.svg
Preview cohesion icons/square-dashed-bottom.svg
icons/droplet-off.svg
icons/coffee.svg
Preview stroke widths icons/droplet-off.svg
icons/droplet-off.svg
icons/droplet-off.svg
DPI Preview (24px) icons/droplet-off.svg
Icon X-rays icons/droplet-off.svg
Icon Diffs icons/droplet-off.svg
Icons as code Works for: `lucide-react`, `lucide-react-native`, `lucide-preact`, `lucide-vue-next` ```ts const DropletOffIcon = createLucideIcon('DropletOff', [ ["path",{"d":"M18.84 13.36C18.5 12.2 18 11 16 9.5c-2-1.6-3.5-4-4-6.5 0 .6-.8 2.4-.82 2.46"}], ["path",{"d":"M22 22 2 2"}], ["path",{"d":"M8.8 8.8c-3 2.3-3.82 4.4-3.8 6.2a7 7 0 0 0 13.18 3.18"}] ]) ```