@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
20 lines (17 loc) • 704 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 pineappleRing = [
["ellipse", { cx: "12", cy: "10", rx: "10", ry: "8", key: "tu8pg4" }],
["ellipse", { cx: "12", cy: "10", rx: "3", ry: "2", key: "1rca78" }],
["path", { d: "m6 4 1.5 1.5", key: "19dpyl" }],
["path", { d: "M16.7 3.4 15.5 5", key: "18sijm" }],
["path", { d: "M2 10v4c0 4.4 4.5 8 10 8s10-3.6 10-8v-4h-3", key: "rp0p2k" }],
["path", { d: "m8 15-1 2v3.9", key: "1l7pck" }],
["path", { d: "M12 16v6", key: "c8a4gj" }]
];
export { pineappleRing as default };
//# sourceMappingURL=pineapple-ring.js.map