@janiscommerce/ui-native
Version:
components library for Janis app
22 lines (21 loc) • 746 B
JavaScript
import JanisIso from './JanisIso';
import JanisCommerceLogo from './JanisCommerceLogo';
import JanisCommerceLogoQa from './JanisCommerceLogoQa';
import JanisCommerceLogoBeta from './JanisCommerceLogoBeta';
import LoginIllustration from './LoginIllustration';
import EmptyNotifications from './EmptyNotifications';
import EmptyListIllustration from './EmptyListIllustration';
import EmptyIllustration from './EmptyIllustration';
import ContainersIllustration from './ContainersIllustration';
const Icons = {
JanisIso,
JanisCommerceLogo,
JanisCommerceLogoQa,
JanisCommerceLogoBeta,
LoginIllustration,
EmptyNotifications,
EmptyListIllustration,
EmptyIllustration,
ContainersIllustration,
};
export default Icons;