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

Function XIcon

src/components/MobileNavigation.tsx:33–45  ·  view source on GitHub ↗
(props: React.ComponentPropsWithoutRef<'svg'>)

Source from the content-addressed store, hash-verified

31}
32
33function XIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
34 return (
35 <svg
36 viewBox="0 0 10 9"
37 fill="none"
38 strokeLinecap="round"
39 aria-hidden="true"
40 {...props}
41 >
42 <path d="m1.5 1 7 7M8.5 1l-7 7" />
43 </svg>
44 )
45}
46
47const IsInsideMobileNavigationContext = createContext(false)
48

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected