diff --git a/squarenotsquare/src/themes/Icons.js b/squarenotsquare/src/themes/Icons.js index 1e20525..9f67027 100644 --- a/squarenotsquare/src/themes/Icons.js +++ b/squarenotsquare/src/themes/Icons.js @@ -3,8 +3,17 @@ class AppIcons { square: 'square', settings: 'cog-outline', toggleOn: 'toggle-switch-on', - toggleOfff: 'toggle-switch-off' + toggleOfff: 'toggle-switch-off', }; + + wrongShapes = { + rectangle: 'rectangle', + triangle: 'triangle', + circle: 'circle', + hexagon: 'hexagon', + pentagon: 'pentagon', + octagon: 'octagon' + } } const Icons = new AppIcons();