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

Function SquaresPlusIcon

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

Source from the content-addressed store, hash-verified

1export function SquaresPlusIcon(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="M8.5 4.5v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2ZM8.5 13.5v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2ZM17.5 4.5v2a2 2 0 0 1-2 2h-2a2 2 0 0 1-2-2v-2a2 2 0 0 1 2-2h2a2 2 0 0 1 2 2Z"
8 />
9 <path
10 fill="none"
11 strokeLinecap="round"
12 strokeLinejoin="round"
13 d="M14.5 11.5v6M17.5 14.5h-6"
14 />
15 </svg>
16 )
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected