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

Function MenuIcon

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

Source from the content-addressed store, hash-verified

17import { Navigation } from '@/components/Navigation'
18
19function MenuIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
20 return (
21 <svg
22 viewBox="0 0 10 9"
23 fill="none"
24 strokeLinecap="round"
25 aria-hidden="true"
26 {...props}
27 >
28 <path d="M.5 1h9M.5 8h9M.5 4.5h9" />
29 </svg>
30 )
31}
32
33function XIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
34 return (

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected