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

Function BookIcon

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

Source from the content-addressed store, hash-verified

1export function BookIcon(props: React.ComponentPropsWithoutRef<'svg'>) {
2 return (
3 <svg viewBox="0 0 20 20" aria-hidden="true" {...props}>
4 <path
5 fill="none"
6 strokeLinecap="round"
7 strokeLinejoin="round"
8 d="m10 5.5-7.5-3v12l7.5 3m0-12 7.5-3v12l-7.5 3m0-12v12"
9 />
10 <path
11 strokeLinecap="round"
12 strokeLinejoin="round"
13 d="m17.5 2.5-7.5 3v12l7.5-3v-12Z"
14 />
15 </svg>
16 )
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected