MCPcopy Create free account
hub / github.com/SyntaxUI/syntaxui / MagnifyingGlassIcon

Function MagnifyingGlassIcon

src/components/icons/MagnifyingGlassIcon.tsx:1–15  ·  view source on GitHub ↗
(
  props: React.ComponentPropsWithoutRef<'svg'>,
)

Source from the content-addressed store, hash-verified

1export function MagnifyingGlassIcon(
2 props: React.ComponentPropsWithoutRef<'svg'>,
3) {
4 return (
5 <svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
6 <path strokeWidth="0" d="M2.5 8.5a6 6 0 1 1 12 0 6 6 0 0 1-12 0Z" />
7 <path
8 fill="none"
9 strokeLinecap="round"
10 strokeLinejoin="round"
11 d="m13 13 4.5 4.5m-9-3a6 6 0 1 1 0-12 6 6 0 0 1 0 12Z"
12 />
13 </svg>
14 )
15}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected