@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
17 lines (14 loc) • 528 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 basketball = [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M2.1 13.4A10.1 10.1 0 0 0 13.4 2.1", key: "msdvl2" }],
["path", { d: "m5 4.9 14 14.2", key: "g75yt9" }],
["path", { d: "M21.9 10.6a10.1 10.1 0 0 0-11.3 11.3", key: "162zqy" }]
];
export { basketball as default };
//# sourceMappingURL=basketball.js.map