@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 589 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 batBall = [
["circle", { cx: "18", cy: "18", r: "4", key: "lned0m" }],
["path", { d: "m4 8 10 10", key: "jo9by3" }],
[
"path",
{
d: "M20.8 15.2c1.9-3.4 1.4-7.7-1.4-10.6-3.5-3.5-9.1-3.5-12.5 0-4.7 4.7-5.1 6.9-1.4 11.1l-2.9 2.9c-.8.8-.8 2 0 2.8.8.8 2 .8 2.8 0l2.9-2.9c2.6 2.3 4.5 3 6.6 2.1",
key: "mriw03"
}
]
];
export { batBall as default };
//# sourceMappingURL=bat-ball.js.map