Browse Source

shape icons

pull/8/head
Tim Glasgow 2 years ago
parent
commit
bca84fc6a9
  1. 11
      squarenotsquare/src/themes/Icons.js

11
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();

Loading…
Cancel
Save