--- import Icon from './Icon.astro' interface Props { class?: string } const { class: className } = Astro.props const icon = 'dots-vertical' ---