add hw2
This commit is contained in:
7
node_modules/@iconify/utils/lib/svg/encode-svg-for-css.d.ts
generated
vendored
Normal file
7
node_modules/@iconify/utils/lib/svg/encode-svg-for-css.d.ts
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/**
|
||||
* 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 };
|
||||
Reference in New Issue
Block a user