export const ARIA_LABEL = 'Go to Home'; export const SVG_VIEWBOX = '0 0 100 100'; export const STROKE_WIDTH = '10'; export const RECT_DIMENSIONS = { x: '10', y: '10', width: '80', height: '80', }; export const LOGO_ARIA_LABEL = 'Logo';