@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
27 lines (24 loc) • 895 B
JavaScript
/**
* @license @lucide/lab v0.1.2 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const faucet = [
["path", { d: "M10.22 4.9 5.4 6H5a2 2 0 0 1 0-4h.4l4.86 1", key: "wm9nkt" }],
["circle", { cx: "12", cy: "4", r: "2", key: "muu5ef" }],
["path", { d: "m13.78 4.9 4.8 1h.4a2 2 0 0 0 0-4h-.4l-4.92 1", key: "1m244l" }],
["path", { d: "M12 6v3", key: "1m4b9j" }],
["rect", { width: "4", height: "6", x: "18", y: "10", key: "126bwb" }],
["path", { d: "M22 9v8", key: "1mrhlp" }],
[
"path",
{
d: "M18 11h-2.6a3.87 3.87 0 0 0-6.8 0H7c-2.8 0-5 2.2-5 5v1h4v-1c0-.6.4-1 1-1h1.6a3.87 3.87 0 0 0 6.8 0H18",
key: "1s1aoo"
}
],
["path", { d: "M3.5 17S2 19 2 20a2 2 0 0 0 4 0c0-1-1.5-3-1.5-3", key: "1cx8wt" }]
];
export { faucet as default };
//# sourceMappingURL=faucet.js.map