@lucide/lab
Version:
Lucide lab is a project with icons that are nicely designed but have unknown use cases.
19 lines (16 loc) • 736 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 volleyball = [
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }],
["path", { d: "M6.3 3.8a16.55 16.55 0 0 0 1.9 11.5", key: "iekzv9" }],
["path", { d: "M20.7 17a12.8 12.8 0 0 0-8.7-5 13.3 13.3 0 0 1 0-10", key: "1bmeqp" }],
["path", { d: "M22 11.1c-.8-.6-1.7-1.3-2.6-1.8-3-1.7-6.1-2.5-8.3-2.2", key: "9fio2k" }],
["path", { d: "M7.8 21.1c1-.4 1.9-.8 2.9-1.4 3-1.7 5.2-4 6.1-6.1", key: "1y55s4" }],
["path", { d: "M12 12a12.6 12.6 0 0 1-8.7 5", key: "113sja" }]
];
export { volleyball as default };
//# sourceMappingURL=volleyball.js.map