Files
Aislo/node_modules/lucide-react/dist/esm/icons/volleyball.mjs
T
2026-07-05 14:05:22 +09:00

22 lines
827 B
JavaScript

/**
* @license lucide-react v1.23.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
import createLucideIcon from '../createLucideIcon.mjs';
const __iconNode = [
["path", { d: "M11 7a16 16 20 0 1 10.98 4.362", key: "1mmfx7" }],
["path", { d: "M12 12a13 13 0 0 1-8.66 5", key: "14sm5y" }],
["path", { d: "M16.83 13.634a16 16 0 0 1-9.267 7.328", key: "j0eyj5" }],
["path", { d: "M20.66 17A13 13 0 0 0 12 12a13 13 0 0 1 0-10", key: "qaetsw" }],
["path", { d: "M8.17 15.366a16 16 0 0 1-1.713-11.69", key: "17ewdd" }],
["circle", { cx: "12", cy: "12", r: "10", key: "1mglay" }]
];
const Volleyball = createLucideIcon("volleyball", __iconNode);
export { __iconNode, Volleyball as default };
//# sourceMappingURL=volleyball.mjs.map