@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 511 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 bowlChopsticks = [
["path", { d: "m13 2-3 11", key: "1gcvd1" }],
["path", { d: "m22 2-8 11", key: "1vhxzy" }],
["ellipse", { cx: "12", cy: "12", rx: "10", ry: "5", key: "13gdcd" }],
["path", { d: "M22 12a10 10 0 0 1-20 0", key: "8qnpff" }]
];
export { bowlChopsticks as default };
//# sourceMappingURL=bowl-chopsticks.js.map