--- import { Icon } from "astro-icon/components"; import { skills } from "../data/skills"; import type { SkillKey } from "../data/skills"; interface Props { key: SkillKey; } const { key } = Astro.props; ---