@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
19 lines (16 loc) • 613 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 onion = [
["circle", { cx: "12", cy: "12", r: "2", key: "1c9p78" }],
["circle", { cx: "12", cy: "12", r: "6", key: "1vlfrh" }],
["path", { d: "M2.8 8.1a10 10 0 1 0 5.3-5.3C5 4 3 2 3 2L2 3s2 2 .8 5.1", key: "1sqdid" }],
["path", { d: "M18 20v2", key: "10uadw" }],
["path", { d: "m21 21-1.9-1.9", key: "1g2n9r" }],
["path", { d: "M22 18h-2", key: "1qhgzi" }]
];
export { onion as default };
//# sourceMappingURL=onion.js.map