@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
21 lines (18 loc) • 625 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 kettle = [
["path", { d: "M10 6v1", key: "1vrtk3" }],
["path", { d: "M2 22h16", key: "1wudgv" }],
["path", { d: "M3 18c-.6 0-1-.4-1-1v-2a8 8 0 0 1 16 0v2c0 .6-.4 1-1 1Z", key: "fgsrao" }],
["path", { d: "M5 8.8V7a5 5 0 0 1 10 0v1.8", key: "7y6pzx" }],
[
"path",
{ d: "M18 14.5A9.06 9.06 0 0 0 22 7l-3-1c-1 2-3.5 5-9 5-2.5 0-4.4-.6-5.8-1.5", key: "45xty7" }
]
];
export { kettle as default };
//# sourceMappingURL=kettle.js.map