--- import Icon from '../user-components/Icon.astro'; interface Props { label: string; value: string; icon: Parameters[0]['name']; width?: string; options: Array<{ label: string; value: string; selected: boolean; }>; } ---