@nant-design/nant-icons
Version:
10 lines (7 loc) • 556 B
JSX
import React from 'react';
export const BasketballOutline = (props) => {
return <svg width='1.33em' height='1.33em' fill="currentColor" viewBox="0 0 512 512" {...props}>
<circle cx="256" cy="256" r="192" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
<path d="M432.94 255.05a192 192 0 0 1-176.31-180.7M255 433.61A192 192 0 0 0 74.29 256.69m45.95-136.45 271.52 271.52m-271.52 0 271.52-271.52" fill="none" stroke="currentColor" strokeLinecap="round" strokeLinejoin="round" strokeWidth="32"/>
</svg>;
};