()
| 312 | } |
| 313 | |
| 314 | export function PageSearch() { |
| 315 | return ( |
| 316 | <svg |
| 317 | xmlns="http://www.w3.org/2000/svg" |
| 318 | width="24" |
| 319 | height="24" |
| 320 | viewBox="0 0 24 24" |
| 321 | fill="none" |
| 322 | stroke="currentColor" |
| 323 | stroke-width="2" |
| 324 | stroke-linecap="round" |
| 325 | stroke-linejoin="round" |
| 326 | class="lucide lucide-file-search2-icon lucide-file-search-2" |
| 327 | > |
| 328 | <path d="M15 2H6a2 2 0 0 0-2 2v16a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V7Z" /> |
| 329 | <path d="M14 2v4a2 2 0 0 0 2 2h4" /> |
| 330 | <circle cx="11.5" cy="14.5" r="2.5" /> |
| 331 | <path d="M13.3 16.3 15 18" /> |
| 332 | </svg> |
| 333 | ) |
| 334 | } |
| 335 | |
| 336 | export function Cogs() { |
| 337 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected