@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
28 lines (25 loc) • 631 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 mortarPestle = [
[
"path",
{
d: "M22 4a2 2 0 0 0-3-1.7l-8.5 5.1A3 3 0 0 0 12 13c.8 0 1.5-.3 2-.8l7.3-6.7c.4-.4.7-.9.7-1.5",
key: "49amuo"
}
],
["path", { d: "M22 12a10 10 0 0 1-20 0", key: "8qnpff" }],
[
"path",
{
d: "M11.1 7C6 7.2 2 9.4 2 12c0 2.8 4.5 5 10 5s10-2.2 10-5c0-1.5-1.4-2.9-3.6-3.8",
key: "9lanic"
}
]
];
export { mortarPestle as default };
//# sourceMappingURL=mortar-pestle.js.map