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

Function ListIcon

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

Source from the content-addressed store, hash-verified

1export function ListIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
2 return (
3 <svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
4 <path
5 strokeLinecap="round"
6 strokeLinejoin="round"
7 d="M2.5 4.5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v11a2 2 0 0 1-2 2h-11a2 2 0 0 1-2-2v-11Z"
8 />
9 <path
10 fill="none"
11 strokeLinecap="round"
12 strokeLinejoin="round"
13 d="M6.5 6.5h7M6.5 13.5h7M6.5 10h7"
14 />
15 </svg>
16 )
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected