@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
20 lines (17 loc) • 660 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 baseball = [
["path", { d: "M2 12c5.5 0 10-4.5 10-10", key: "179xs2" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M22 12c-5.5 0-10 4.5-10 10", key: "gdzvca" }],
["path", { d: "m8 11.5-1.5-2", key: "i1ydf0" }],
["path", { d: "m11.5 8-2-1.5", key: "8b6wdo" }],
["path", { d: "m14.5 17.5-2-1.5", key: "q26rn0" }],
["path", { d: "m17.5 14.5-1.5-2", key: "10rs74" }]
];
export { baseball as default };
//# sourceMappingURL=baseball.js.map