html.d.ts 137 B

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