5 lines
135 B
TypeScript
Raw Normal View History

2026-05-31 13:21:13 +02:00
/**
* Generate <svg>
*/
declare function iconToHTML(body: string, attributes: Record<string, string>): string;
export { iconToHTML };