export interface ISvgLoaderObject { type: string; data: string; fill: string; stroke: string; strokeWidth: number; id: string; style: any; transform: any; }