@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
29 lines (26 loc) • 706 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 wavesBirds = [
["path", { d: "M2 3c3-1 5 2 5 2s2-2.1 5-1.2", key: "1d351d" }],
["path", { d: "M10 8c3-1 5 2 5 2s2-3 5-2", key: "18gxbl" }],
[
"path",
{
d: "M2 15c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
key: "1p9f19"
}
],
[
"path",
{
d: "M2 21c.6.5 1.2 1 2.5 1 2.5 0 2.5-2 5-2 2.6 0 2.4 2 5 2 2.5 0 2.5-2 5-2 1.3 0 1.9.5 2.5 1",
key: "vbxynw"
}
]
];
export { wavesBirds as default };
//# sourceMappingURL=waves-birds.js.map