@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
23 lines (20 loc) • 629 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 tennisRacket = [
[
"path",
{
d: "M10.7 4.7c3-3 7.4-3.6 9.8-1.2s1.8 6.8-1.2 9.8a9.5 9.5 0 0 1-4.3 2.5c-2.1.5-4.1.1-5.5-1.3S7.7 11.1 8.2 9a9.5 9.5 0 0 1 2.5-4.3",
key: "zxj3xr"
}
],
["path", { d: "M8.2 9 6 18l9-2.2", key: "1ivsmd" }],
["path", { d: "m2 22 4-4", key: "vwo6p4" }],
["circle", { cx: "20", cy: "20", r: "2", key: "a056ao" }]
];
export { tennisRacket as default };
//# sourceMappingURL=tennis-racket.js.map