--- import { Icon } from "astro-icon/components"; const { items = [] } = Astro.props; ---
{ items.map((Component, idx) => (
)) }