UNPKG

aliaset

Version:
11 lines (10 loc) 265 B
export interface IconSource { viewbox?: string fill?: string stroke?: string paths?: Record<string, string>[] rects?: Record<string, string>[] circles?: Record<string, string>[] polygons?: Record<string, string>[] lines?: Record<string, string>[] }