Files
rrt-sales-wizard/node_modules/lucide-react/dist/esm/icons/droplet.js
dnviti cc5b8b32bb
Some checks failed
Build and Deploy / build (push) Failing after 1m34s
first commit
2025-11-23 03:24:27 +01:00

19 lines
380 B
JavaScript

/**
* lucide-react v0.292.0 - ISC
*/
import createLucideIcon from '../createLucideIcon.js';
const Droplet = createLucideIcon("Droplet", [
[
"path",
{
d: "M12 22a7 7 0 0 0 7-7c0-2-1-3.9-3-5.5s-3.5-4-4-6.5c-.5 2.5-2 4.9-4 6.5C6 11.1 5 13 5 15a7 7 0 0 0 7 7z",
key: "c7niix"
}
]
]);
export { Droplet as default };
//# sourceMappingURL=droplet.js.map