@iconify/utils
Advanced tools
Comparing version 1.0.30 to 1.0.31
@@ -34,5 +34,7 @@ import { Awaitable } from '@antfu/utils'; | ||
* @param svg The loaded `svg` | ||
* @param collection The name of the collection | ||
* @param icon The name of the icon | ||
* @return The transformed `svg`. | ||
*/ | ||
transform?: (svg: string) => Awaitable<string>; | ||
transform?: (svg: string, collection: string, icon: string) => Awaitable<string>; | ||
/** | ||
@@ -39,0 +41,0 @@ * Change default icon customizations values. |
@@ -6,3 +6,3 @@ { | ||
"author": "Vjacheslav Trushkin", | ||
"version": "1.0.30", | ||
"version": "1.0.31", | ||
"license": "MIT", | ||
@@ -9,0 +9,0 @@ "bugs": "https://github.com/iconify/iconify/issues", |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
148692
4653