diff --git a/squarenotsquare/themes/Icons.js b/squarenotsquare/themes/Icons.js index e69de29..685154d 100644 --- a/squarenotsquare/themes/Icons.js +++ b/squarenotsquare/themes/Icons.js @@ -0,0 +1,5 @@ +export const squareIcons = { + settings: 'cog-outline', + toggleOn: 'toggle-switch-on', + toggleOfff: 'toggle-switch-off' +}; \ No newline at end of file