@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
20 lines (17 loc) • 627 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 cricketWicket = [
["path", { d: "m6 2 4 2", key: "1ds25p" }],
["path", { d: "m14 3 4-1", key: "vejvrd" }],
["circle", { cx: "12", cy: "13", r: "2", key: "1c1ljs" }],
["path", { d: "M6 7v15", key: "13f049" }],
["path", { d: "m13 7-.3 4.1", key: "6pztqx" }],
["path", { d: "M12.5 14.9 12 22", key: "10b2on" }],
["path", { d: "M18 7v15", key: "1oaaxh" }]
];
export { cricketWicket as default };
//# sourceMappingURL=cricket-wicket.js.map