MCPcopy Create free account
hub / github.com/admineral/OpenAI-Assistant-API-Chat / DocumentIcon

Function DocumentIcon

app/icons.tsx:80–84  ·  view source on GitHub ↗
({ className }: { className?: string })

Source from the content-addressed store, hash-verified

78);
79
80export const DocumentIcon = ({ className }: { className?: string }) => (
81 <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" strokeWidth="1.5" stroke="currentColor" className="w-6 h-6">
82 <path strokeLinecap="round" strokeLinejoin="round" d="M19.5 14.25v-2.625a3.375 3.375 0 00-3.375-3.375h-1.5A1.125 1.125 0 0113.5 7.125v-1.5a3.375 3.375 0 00-3.375-3.375H8.25m0 12.75h7.5m-7.5 3H12M10.5 2.25H5.625c-.621 0-1.125.504-1.125 1.125v17.25c0 .621.504 1.125 1.125 1.125h12.75c.621 0 1.125-.504 1.125-1.125V11.25a9 9 0 00-9-9z" />
83 </svg>
84);
85
86export const ImageIcon = ({ className }: { className?: string }) => (
87 <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" strokeWidth="1.5" stroke="currentColor" className="w-6 h-6">

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected