import React from 'react' /** @deprecated Use icons from icons-v2-generated instead. */ export function ShellIcon({ className = "w-5 h-5", size = 22, color = 'white' }: { className?: string; size?: number; color?: string }) { return ( ) }