@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
29 lines (26 loc) • 743 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 bowlOverflow = [
[
"path",
{
d: "M12 4C6.5 4 2 6.2 2 9c0 2.4 3.4 4.4 8 4.9 1.1.1 2 1 2 2.1v3a2 2 0 0 0 4 0v-3.4c0-1.1.9-2.2 1.9-2.6 2.5-.9 4.1-2.4 4.1-4 0-2.8-4.5-5-10-5",
key: "n12y70"
}
],
["path", { d: "M2 9c0 5.5 4.5 10 10 10", key: "1ayzqr" }],
["path", { d: "M16 18.2c3.5-1.5 6-5.1 6-9.2", key: "m5hso6" }],
[
"path",
{
d: "M16 15.6c0-2.6 3-2.6 3-4.6 0-1.7-3.1-3-7-3s-7 1.3-7 3c0 1.4 2.1 2.5 5 2.9",
key: "1jw8kc"
}
]
];
export { bowlOverflow as default };
//# sourceMappingURL=bowl-overflow.js.map