@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
28 lines (25 loc) • 809 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 cauldron = [
["circle", { cx: "8", cy: "3.5", r: ".5", key: "snt5uh" }],
["circle", { cx: "14", cy: "6", r: "2", key: "1m03mk" }],
["path", { d: "M19 2h.01", key: "rnvxl6" }],
["path", { d: "M22 8H2", key: "ysyahh" }],
["path", { d: "M7 12V8", key: "17vupn" }],
["path", { d: "M11 10V8", key: "487cu0" }],
[
"path",
{
d: "M4.4 8C2.9 9.5 2 11.4 2 13.5 2 18.2 6.5 22 12 22s10-3.8 10-8.5c0-2.1-.9-4-2.4-5.5",
key: "1dobco"
}
],
["path", { d: "m5 20-1 2", key: "13988j" }],
["path", { d: "m19 20 1 2", key: "1piwgg" }]
];
export { cauldron as default };
//# sourceMappingURL=cauldron.js.map