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

Function ShapesIcon

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

Source from the content-addressed store, hash-verified

1export function ShapesIcon(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="M2.5 7.5v-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1ZM11.5 16.5v-4a1 1 0 0 1 1-1h4a1 1 0 0 1 1 1v4a1 1 0 0 1-1 1h-4a1 1 0 0 1-1-1Z"
9 />
10 <path
11 strokeLinecap="round"
12 strokeLinejoin="round"
13 d="m2.5 17.5 3-6 3 6h-6ZM14.5 2.5a3 3 0 1 1 0 6 3 3 0 0 1 0-6Z"
14 />
15 </svg>
16 )
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected