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