@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 514 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 coconut = [
["ellipse", { cx: "12", cy: "9", rx: "10", ry: "7", key: "1dbdvm" }],
["path", { d: "M2 9v3a10 10 0 0 0 20 0V9", key: "cl4bp1" }],
["ellipse", { cx: "12", cy: "9", rx: "6", ry: "3", key: "12b5m6" }],
["path", { d: "m14 8 6-6h2", key: "1au6m1" }]
];
export { coconut as default };
//# sourceMappingURL=coconut.js.map