MCPcopy Create free account
hub / github.com/bytebase/dbhub / HelpIcon

Function HelpIcon

frontend/src/components/icons/HelpIcon.tsx:5–11  ·  view source on GitHub ↗
({ className = 'w-5 h-5' }: HelpIconProps)

Source from the content-addressed store, hash-verified

3}
4
5export default function HelpIcon({ className = 'w-5 h-5' }: HelpIconProps) {
6 return (
7 <svg className={className} fill="none" viewBox="0 0 24 24" stroke="currentColor">
8 <path strokeLinecap="round" strokeLinejoin="round" strokeWidth={2} d="M8.228 9c.549-1.165 2.03-2 3.772-2 2.21 0 4 1.343 4 3 0 1.4-1.278 2.575-3.006 2.907-.542.104-.994.54-.994 1.093m0 3h.01M21 12a9 9 0 11-18 0 9 9 0 0118 0z" />
9 </svg>
10 );
11}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected