@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
26 lines (23 loc) • 742 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 pond = [
["path", { d: "M4 3v2", key: "1mdgf8" }],
["rect", { width: "4", height: "7", x: "10", y: "4", rx: "2", key: "4npsrp" }],
["path", { d: "M4 12v10", key: "yw3kuv" }],
["path", { d: "M12 2v2", key: "tus03m" }],
["rect", { width: "4", height: "7", x: "2", y: "5", rx: "2", key: "1k95x3" }],
["path", { d: "M12 11v4.35", key: "4r3wv2" }],
[
"path",
{
d: "M15 18.5V22c-3.8 0-7-1.6-7-3.5s3.2-3.5 7-3.5 7 1.6 7 3.5c0 1.3-1.5 2.5-3.9 3.1Z",
key: "1e38s7"
}
]
];
export { pond as default };
//# sourceMappingURL=pond.js.map