@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 807 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 crab = [
["path", { d: "M7.5 14A6 6 0 1 1 10 2.36L8 5l2 2S7 8 2 8", key: "d2jr0s" }],
["path", { d: "M16.5 14A6 6 0 1 0 14 2.36L16 5l-2 2s3 1 8 1", key: "1ohm1v" }],
["path", { d: "M10 13v-2", key: "1s0weu" }],
["path", { d: "M14 13v-2", key: "1tj297" }],
["ellipse", { cx: "12", cy: "17.5", rx: "7", ry: "4.5", key: "1d0wnt" }],
["path", { d: "M2 16c2 0 3 1 3 1", key: "nzuk83" }],
["path", { d: "M2 22c0-1.7 1.3-3 3-3", key: "16s2xg" }],
["path", { d: "M19 17s1-1 3-1", key: "4rphm0" }],
["path", { d: "M19 19c1.7 0 3 1.3 3 3", key: "1s6n3f" }]
];
export { crab as default };
//# sourceMappingURL=crab.js.map