@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
22 lines (19 loc) • 730 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 cricketBall = [
["path", { d: "M5 8 3.6 6.6", key: "48g51b" }],
["path", { d: "m8 11 1 1", key: "efx2pb" }],
["path", { d: "m12 15 1 1", key: "v44d5c" }],
["path", { d: "m16 19 1.4 1.4", key: "bvebko" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M8 5 6.6 3.6", key: "1ys5dv" }],
["path", { d: "m11 8 1 1", key: "3muhrj" }],
["path", { d: "m15 12 1 1", key: "1dh9uu" }],
["path", { d: "M20.4 17.4 19 16", key: "f6mx4s" }]
];
export { cricketBall as default };
//# sourceMappingURL=cricket-ball.js.map