--- import Icon from '../user-components/Icon.astro'; import type { Props } from '../props'; const { dir, labels, pagination } = Astro.props; const { prev, next } = pagination; const isRtl = dir === 'rtl'; ---