refactor(ui): extract inline SVGs and enhance button components
- Extract inline SVGs to separate icon components (EditIcon, DeleteIcon, ErrorIcon, LoadingIcon)
- Enhance Button component with leftIcon/rightIcon composition support
- Add IconButton component for icon-only actions
- Replace native HTML buttons with Button/IconButton components in JobExperienceCard
- Update cursor rules to prefer component library buttons over native HTML buttons
- Improve accessibility with proper ARIA labels and semantic elements