@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 579 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 watermelon = [
[
"path",
{
d: "M21.7 17.7a1.08 1.08 0 0 1-.08 1.57A12 12 0 0 1 4.73 2.38a1.1 1.1 0 0 1 1.61-.04Z",
key: "1h68we"
}
],
["path", { d: "M19.7 15.7A8 8 0 0 1 8.35 4.34", key: "79br1i" }],
["path", { d: "M10 11h.01", key: "d2at3l" }],
["path", { d: "M13 14h.01", key: "66kovr" }]
];
export { watermelon as default };
//# sourceMappingURL=watermelon.js.map