My personal website
1export const DEFAULT_BASE = 'Home';
2
3export const ARIA_LABEL = 'Breadcrumb';
4
5export const SEPARATOR_ICON = {
6 xmlns: 'http://www.w3.org/2000/svg',
7 width: '24',
8 height: '24',
9 viewBox: '0 0 24 24',
10 fill: 'none',
11 stroke: 'currentColor',
12 strokeWidth: '2',
13 strokeLinecap: 'round' as const,
14 strokeLinejoin: 'round' as const,
15 path: 'm9 18 6-6-6-6',
16};