diff --git a/static/shared/js/icons.js b/static/shared/js/icons.js index d9248bc5..1e0058c7 100644 --- a/static/shared/js/icons.js +++ b/static/shared/js/icons.js @@ -37,7 +37,9 @@ const Icons = { 'edit': ``, 'switch-horizontal': ``, 'delete': ``, + 'trash': ``, 'plus': ``, + 'minus': ``, 'check': ``, 'close': ``, 'x': ``, @@ -133,7 +135,10 @@ const Icons = { 'table': ``, 'cursor-click': ``, 'view-grid-add': ``, - 'code': `` + 'code': ``, + 'template': ``, + 'view-boards': ``, + 'menu-alt-2': `` }; /**