@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 548 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 goblet = [
["path", { d: "M8 2c-1.78 2.72-3 6.65-3 9a7 7 0 1 0 14 0c0-2.35-1.22-6.28-3-9Z", key: "11c6l5" }],
["path", { d: "M12 18v4", key: "jadmvz" }],
["path", { d: "M8 22h8", key: "rmew8v" }],
["path", { d: "M5 11c.84-.5 1.68-1 3.5-1 3.5 0 3.5 2 7 2 1.82 0 2.66-.5 3.5-1", key: "16nt1l" }]
];
export { goblet as default };
//# sourceMappingURL=goblet.js.map