You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
316 B
15 lines
316 B
export const ICONS = [ |
|
'/pngs/files_on.png', |
|
'/pngs/tasks_no-jobs_icon.png', |
|
'/pngs/configure_icon_on.png', |
|
'/pngs/striker_icon_on.png', |
|
'/pngs/anvil_icon_on.png', |
|
'/pngs/email_on.png', |
|
'/pngs/users_icon_on.png', |
|
'/pngs/help_icon_on.png', |
|
]; |
|
|
|
export const ICON_SIZE = { |
|
width: 40, |
|
height: 40, |
|
};
|
|
|