@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
18 lines (15 loc) • 537 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 cocktail = [
["path", { d: "M9 6 6.6 2.8C6.3 2.4 5.6 2 5 2H2", key: "13xxwc" }],
["path", { d: "m18 6-7 8-7-8Z", key: "1hyb1f" }],
["path", { d: "M15.4 9.1A4 4 0 1 0 14 6", key: "1yqyjb" }],
["path", { d: "M11 14v8", key: "y563rw" }],
["path", { d: "M7 22h8", key: "12o9xa" }]
];
export { cocktail as default };
//# sourceMappingURL=cocktail.js.map