/** One sprite, one hand. Never import a generic icon pack: that breaks the * single-hand rule the ethos set exists to hold. */ export function Icon({ name, size = 20 }: { name: string; size?: number }) { return ( ) }