UNPKG

@iconify/utils

Version:

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

7 lines (5 loc) 97 B
/** * Remove whitespace */ declare function trimSVG(str: string): string; export { trimSVG };