diff --git a/src/constants.ts b/src/constants.ts
index 76eb832..519c034 100644
--- a/src/constants.ts
+++ b/src/constants.ts
@@ -2,5 +2,35 @@ export const VIEW_TYPE_EXCALIDRAW = "excalidraw";
export const MAX_COLORS = 5;
export const COLOR_FREQ = 6;
export const BLANK_DRAWING = '{"type":"excalidraw","version":2,"source":"https://excalidraw.com","elements":[],"appState":{"gridSize":null,"viewBackgroundColor":"#ffffff"}}';
-export const PALETTE_ICON = ``;
-export const EMPTY_MESSAGE = "Hit enter to create a new drawing";
\ No newline at end of file
+export const EMPTY_MESSAGE = "Hit enter to create a new drawing";
+export const PALETTE_ICON = `
+
+
+
+`;
\ No newline at end of file