export const ICONS = [ { text: 'Files', image: '/pngs/files_on.png', }, { text: 'Tasks', image: '/pngs/tasks_no-jobs_icon.png', }, { text: 'Configure', image: '/pngs/configure_icon_on.png', }, { text: 'Striker', image: '/pngs/striker_icon_on.png', }, { text: 'Anvil', image: '/pngs/anvil_icon_on.png', }, { text: 'Email', image: '/pngs/email_on.png', }, { text: 'Users', image: '/pngs/users_icon_on.png', }, { text: 'Help', image: '/pngs/help_icon_on.png', }, ]; export const ICON_SIZE = { width: '40em', height: '40em', };