Icons
All the icons used in the components.
ts
export const arrowLeftIcon = 'i-lucide-arrow-left'
export const arrowRightIcon = 'i-lucide-arrow-right'
export const checkIcon = 'i-lucide-check'
export const chevronDoubleLeftIcon = 'i-lucide-chevrons-left'
export const chevronDoubleRightIcon = 'i-lucide-chevrons-right'
export const chevronDownIcon = 'i-lucide-chevron-down'
export const chevronLeftIcon = 'i-lucide-chevron-left'
export const chevronRightIcon = 'i-lucide-chevron-right'
export const chevronUpIcon = 'i-lucide-chevron-up'
export const closeIcon = 'i-lucide-x'
export const ellipsisIcon = 'i-lucide-ellipsis'
export const externalIcon = 'i-lucide-arrow-up-right'
export const loadingIcon = 'i-lucide-loader'
export const minusIcon = 'i-lucide-minus'
export const plusIcon = 'i-lucide-plus'
export const searchIcon = 'i-lucide-search'
export const removeIcon = closeIcon
export const separatorIcon = chevronRightIcon