astro-ghostcms/.pnpm-store/v3/files/0e/26d76f0e7100bb0c0e8c05e6ded...

7 lines
137 B
Plaintext

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