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

Function EnvelopeIcon

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

Source from the content-addressed store, hash-verified

1export function EnvelopeIcon(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 5.5a2 2 0 0 1 2-2h11a2 2 0 0 1 2 2v8a3 3 0 0 1-3 3h-9a3 3 0 0 1-3-3v-8Z"
9 />
10 <path
11 strokeLinecap="round"
12 strokeLinejoin="round"
13 d="M10 10 4.526 5.256c-.7-.607-.271-1.756.655-1.756h9.638c.926 0 1.355 1.15.655 1.756L10 10Z"
14 />
15 </svg>
16 )
17}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected