import * as back from './arrow-left.png'; import * as bullet from './bullet.png'; import * as bowltv from './bowltv.png'; import * as facebook from './facebook.png'; import * as twitch from './twitch.png'; export const icons = { back, bullet, bowltv, facebook, twitch, }; export type IconTypes = keyof typeof icons;