export interface IconSource { viewbox?: string fill?: string stroke?: string paths?: Record[] rects?: Record[] circles?: Record[] polygons?: Record[] lines?: Record[] }