import Icon from './types/Icon'; import Row from './types/Row'; import C from './types/C'; export const Container = C; export const Rows = Row; export const Icons = Icon;