@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 657 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 wineGlassBottle = [
["path", { d: "M3 13h8", key: "14j198" }],
["path", { d: "M5 7s-2 3-2 6a4 4 0 0 0 8 0c0-3-2-6-2-6Z", key: "1yn5kj" }],
["path", { d: "M7 17v5", key: "1yj1jh" }],
["path", { d: "M4 22h6", key: "1b5wmr" }],
[
"path",
{ d: "M18 4c0 3-3 3-3 6v11c0 .6.4 1 1 1h4c.6 0 1-.4 1-1V10c0-3-3-3-3-6", key: "11v778" }
],
["path", { d: "M18 4V2", key: "1jsdo1" }]
];
export { wineGlassBottle as default };
//# sourceMappingURL=wine-glass-bottle.js.map