()
| 1 | export default function IconClose() { |
| 2 | return ( |
| 3 | <svg |
| 4 | width="36" |
| 5 | height="30" |
| 6 | viewBox="0 0 36 30" |
| 7 | fill="none" |
| 8 | xmlns="http://www.w3.org/2000/svg" |
| 9 | > |
| 10 | <path |
| 11 | d="M23.2359 13.16L21.6959 11.64L17.9959 15.32L14.3159 11.64L12.7559 13.16L16.4559 16.86L12.7559 20.56L14.3159 22.1L17.9959 18.4L21.6959 22.1L23.2359 20.56L19.5359 16.86L23.2359 13.16Z" |
| 12 | fill="white" |
| 13 | /> |
| 14 | </svg> |
| 15 | ); |
| 16 | } |
nothing calls this directly
no outgoing calls
no test coverage detected