UNPKG

@lucide/lab

Version:

Lucide lab is a project with icons that are nicely designed but have unknown use cases.

18 lines (15 loc) 535 B
/** * @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 caseSnake = [ ["path", { d: "M7 11v5", key: "1b1nj6" }], ["circle", { cx: "4.5", cy: "13.5", r: "2.5", key: "7snsj1" }], ["path", { d: "M11 16h2", key: "3xe00a" }], ["circle", { cx: "19.5", cy: "13.5", r: "2.5", key: "1vs2hw" }], ["path", { d: "M17 9v7", key: "1bcczg" }] ]; export { caseSnake as default }; //# sourceMappingURL=case-snake.js.map