export interface SystemIconPartProps { testId?: string; className?: string; solid?: boolean; onClick?: () => void; }