--- type Props = { title: string value: string icon: any } const { title, value, icon } = Astro.props const Icon = icon --- {value}