Files
infocom-systems-design/node_modules/@iconify/utils/lib/svg/encode-svg-for-css.d.ts
2025-10-03 22:27:28 +03:00

7 lines
231 B
TypeScript

/**
* Encode the `SVG` to be used on `CSS`: https://bl.ocks.org/jennyknuth/222825e315d45a738ed9d6e04c7a88d0.
*
* @param svg The `SVG` source.
*/
declare function encodeSvgForCss(svg: string): string;
export { encodeSvgForCss };