interface SvgProps { color?: string; rotation?: number; } export function Svg({ color, rotation }: SvgProps) { const svgPath = ``; }