@janiscommerce/ui-native
Version:
components library for Janis app
20 lines (19 loc) • 655 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';
const Icons = {
JanisIso,
JanisCommerceLogo,
JanisCommerceLogoQa,
JanisCommerceLogoBeta,
LoginIllustration,
EmptyNotifications,
EmptyListIllustration,
EmptyIllustration,
};
export default Icons;