UNPKG

@iconify/utils

Version:

Common functions for working with Iconify icon sets used by various packages.

7 lines (5 loc) 141 B
/** * Prettify SVG */ declare function prettifySVG(content: string, tab?: string, depth?: number): string | null; export { prettifySVG };