export function SolidarityFistIcon({ className = "h-12 w-12" }: { className?: string }) { return ( {/* Wrist base */} {/* Palm/base of fist */} {/* Index finger */} {/* Middle finger */} {/* Ring finger */} {/* Pinky finger */} {/* Thumb wrapping around */} ) }