interface ItemProps { class?: string } export const IconArrowDownRight = (props: ItemProps) => { const { class: className } = props return ( ) }