UNPKG

kui-icons

Version:

A set of svg icons for KUI

6 lines (5 loc) 156 B
export interface GenerateResult { pathList: string[]; spriteList: string[]; } export declare const generate: (inputPath: string) => GenerateResult;