--- import { Copy as CopyIcon } from '@images/components' type Props = { text: string } const { text } = Astro.props as Props ---