@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 786 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 bathBubble = [
["path", { d: "M15 3h.01", key: "ri51l3" }],
["circle", { cx: "11.5", cy: "6.5", r: ".5", key: "15df4q" }],
["circle", { cx: "16.5", cy: "7.5", r: ".5", key: "1kog09" }],
["path", { d: "M2 12h6", key: "1wqiqv" }],
["path", { d: "M13 15H8v-3c0-.6.4-1 1-1h3c.6 0 1 .4 1 1Z", key: "1qladh" }],
["path", { d: "M13 12h9", key: "1cghjl" }],
["path", { d: "M4 12v5a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2v-5", key: "6a3ukr" }],
["path", { d: "M7 19v2", key: "12npes" }],
["path", { d: "M17 19v2", key: "ts1sot" }]
];
export { bathBubble as default };
//# sourceMappingURL=bath-bubble.js.map