Local modifications to ClusterLabs/Anvil by Alteeve
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.
|
|
|
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',
|
|
|
|
};
|