1 changed files with 10 additions and 0 deletions
@ -0,0 +1,10 @@ |
|||||
|
import Icons from "../themes/Icons"; |
||||
|
|
||||
|
export const shapes = { |
||||
|
'0': Icons.wrongShapes.rectangle, |
||||
|
'1': Icons.wrongShapes.triangle, |
||||
|
'2': Icons.wrongShapes.circle, |
||||
|
'3': Icons.wrongShapes.hexagon, |
||||
|
'4': Icons.wrongShapes.pentagon, |
||||
|
'5': Icons.wrongShapes.octagon |
||||
|
} |
Loading…
Reference in new issue