MCPcopy Create free account
hub / github.com/CommandCodeAI/BaseAI / MenuIcon

Function MenuIcon

apps/baseai.dev/src/components/MobileNavigation.tsx:18–30  ·  view source on GitHub ↗
(props: React.ComponentPropsWithoutRef<'svg'>)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected