UNPKG

ionicons

Version:

Premium icons for Ionic.

5 lines (4 loc) 257 B
export declare const validateContent: (svgContent: string) => string; export declare const isValid: (elm: HTMLElement) => boolean; export declare const isSvgDataUrl: (url: string) => boolean; export declare const isEncodedDataUrl: (url: string) => boolean;