lucide-static
Version:
Lucide is a community-run fork of Feather Icons, open for anyone to contribute icons.
32 lines (29 loc) • 804 B
JavaScript
/**
* @license lucide-static v1.34.0 - ISC
*
* This source code is licensed under the ISC license.
* See the LICENSE file in the root directory of this source tree.
*/
const Volleyball = `
<svg
class="lucide lucide-volleyball"
xmlns="http://www.w3.org/2000/svg"
width="24"
height="24"
viewBox="0 0 24 24"
fill="none"
stroke="currentColor"
stroke-width="2"
stroke-linecap="round"
stroke-linejoin="round"
>
<path d="M11 7a16 16 20 0 1 10.98 4.362" />
<path d="M12 12a13 13 0 0 1-8.66 5" />
<path d="M16.83 13.634a16 16 0 0 1-9.267 7.328" />
<path d="M20.66 17A13 13 0 0 0 12 12a13 13 0 0 1 0-10" />
<path d="M8.17 15.366a16 16 0 0 1-1.713-11.69" />
<circle cx="12" cy="12" r="10" />
</svg>
`;
export { Volleyball as default };
//# sourceMappingURL=volleyball.mjs.map