@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 486 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 cactus = [
["path", { d: "M5 8v6a2 2 0 0 0 2 2h2", key: "6jejdd" }],
["path", { d: "M15 14h2a2 2 0 0 0 2-2V6", key: "dgxr1s" }],
["path", { d: "M9 22V5a3 3 0 1 1 6 0v17", key: "1xkivm" }],
["path", { d: "M7 22h10", key: "10w4w3" }]
];
export { cactus as default };
//# sourceMappingURL=cactus.js.map