import { ArrowRight, ArrowDown, Selected, Root, ResourceSelect, Close, Error, Retry, Empty, Back } from '.'; // Define our map of matrix types to icons const GenericIconMap = { 'arrow-right': ArrowRight, 'arrow-down': ArrowDown, 'resource-select': ResourceSelect, selected: Selected, root: Root, close: Close, error: Error, retry: Retry, empty: Empty, back: Back, }; // Export our map export default GenericIconMap;