@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
27 lines (24 loc) • 718 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 sushiChopsticks = [
["path", { d: "M2 18V2", key: "14aqy7" }],
["path", { d: "M22 18V2", key: "swhaje" }],
[
"path",
{
d: "M6 11c0-2.8 2.2-5 5-5h2c2.8 0 5 2.2 5 5v6c0 2.8-2.2 5-5 5h-2c-2.8 0-5-2.2-5-5Z",
key: "o42fq"
}
],
["path", { d: "M18 13c0 2.8-2.2 5-5 5h-2c-2.8 0-5-2.2-5-5", key: "1riyq0" }],
[
"path",
{ d: "M11 14c-.6 0-1-.4-1-1v-2c0-.6.4-1 1-1h2c.6 0 1 .4 1 1v2c0 .6-.4 1-1 1Z", key: "1qtmyi" }
]
];
export { sushiChopsticks as default };
//# sourceMappingURL=sushi-chopsticks.js.map