mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2026-04-29 15:37:48 +00:00
7 lines
253 B
TypeScript
7 lines
253 B
TypeScript
// Re-export all icon components
|
|
// Unified arrow icon with backwards-compatible aliases
|
|
export { ArrowIcon, SubmenuArrow, SubmenuChildArrow } from './SubmenuArrow';
|
|
export { CloseIcon } from './CloseIcon';
|
|
export { ChevronIcon } from './ChevronIcon';
|
|
|