1export const ARIA_LABEL = 'Go to Home';
2
3export const SVG_VIEWBOX = '0 0 100 100';
4
5export const STROKE_WIDTH = '10';
6
7export const RECT_DIMENSIONS = {
8 x: '10',
9 y: '10',
10 width: '80',
11 height: '80',
12};
13
14export const LOGO_ARIA_LABEL = 'Logo';