1 2 3 4 5 6
export const icons = { back: require('./arrow-left.png'), bullet: require('./bullet.png'), } export type IconTypes = keyof typeof icons