Files
Remote-Control-Center/mc_test/node_modules/lucide-react/dist/esm/icons/droplet.js
2025-11-25 09:56:15 +03:00

23 lines
557 B
JavaScript
Executable File

/**
* @license lucide-react v0.545.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.js';
const __iconNode = [
[
"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"
}
]
];
const Droplet = createLucideIcon("droplet", __iconNode);
export { __iconNode, Droplet as default };
//# sourceMappingURL=droplet.js.map