--- import { Icon } from 'astro-icon/components' import type { Profile } from '@/data/data' type Props = { profile: Profile['basics']['profiles'][number] } const { profile } = Astro.props --- {profile.network} {profile.username}