export interface SVGPath { id: string; d: string; start: { x: number; y: number; } }