1/**2 * Generate <svg>3 */4declare function iconToHTML(body: string, attributes: Record<string, string>): string;5export { iconToHTML };