summaryrefslogtreecommitdiff
path: root/app/components/icon/icons/index.ts
blob: 00e8a591f9e300f86c32e0ee280f44fa047e9ef8 (about) (plain)
1
2
3
4
5
6
export const icons = {
  back: require("./arrow-left.png"),
  bullet: require("./bullet.png"),
}

export type IconTypes = keyof typeof icons