UNPKG

@ohu-mobile/icons

Version:
9 lines (8 loc) 186 B
export interface SVGIconDef { name: string; theme: 'outlined' | 'filled' | 'multi-color' | 'illustration'; attrs: { viewBox?: string; }; children?: string; }