@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
26 lines (23 loc) • 777 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 bottleDispenser = [
["circle", { cx: "18.5", cy: "5.5", r: ".5", key: "56iowl" }],
["path", { d: "M20 10h.01", key: "1s95w0" }],
["path", { d: "M9 2h7", key: "31zqg3" }],
["path", { d: "M11 2v4", key: "ylyxaf" }],
["rect", { width: "4", height: "4", x: "9", y: "6", rx: "1", key: "1g7bef" }],
[
"path",
{
d: "M9 10c-1.7 0-3 1.3-3 3v7a2 2 0 0 0 2 2h6a2 2 0 0 0 2-2v-7c0-1.7-1.3-3-3-3Z",
key: "iame6j"
}
],
["path", { d: "M6 14.5a6 6 0 0 1 5 0s2 1.25 5 0", key: "bbz0ie" }]
];
export { bottleDispenser as default };
//# sourceMappingURL=bottle-dispenser.js.map