export const icons = {
  back: require('./arrow-left.png'),
  bullet: require('./bullet.png'),
}

export type IconTypes = keyof typeof icons