From 38ec3634c6fb0ab9be7da5c092148c42275dc23f Mon Sep 17 00:00:00 2001 From: Zsolt Viczian Date: Tue, 20 Apr 2021 14:52:42 +0200 Subject: [PATCH] updated SVG --- src/constants.ts | 34 ++++++++++++++++++++++++++++++++-- 1 file changed, 32 insertions(+), 2 deletions(-) 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