| export function EclipseIcon(props: React.SVGProps<SVGSVGElement>) { | |
| return ( | |
| <svg | |
| width="14" | |
| height="14" | |
| viewBox="0 0 14 14" | |
| fill="none" | |
| xmlns="http://www.w3.org/2000/svg" | |
| {...props} | |
| > | |
| <circle cx="7" cy="7" r="5.5" strokeWidth="3" /> | |
| </svg> | |
| ) | |
| } | |
| export function EclipseIcon(props: React.SVGProps<SVGSVGElement>) { | |
| return ( | |
| <svg | |
| width="14" | |
| height="14" | |
| viewBox="0 0 14 14" | |
| fill="none" | |
| xmlns="http://www.w3.org/2000/svg" | |
| {...props} | |
| > | |
| <circle cx="7" cy="7" r="5.5" strokeWidth="3" /> | |
| </svg> | |
| ) | |
| } | |