diff --git a/scripts/utilities/create-component.ts b/scripts/utilities/create-component.ts
index 9f6120ec..3b514129 100644
--- a/scripts/utilities/create-component.ts
+++ b/scripts/utilities/create-component.ts
@@ -41,6 +41,12 @@ export default function createComponentFromSvg(pathToSvg: string, svgFileName: s
if (path.attr('stroke')) {
path?.attr('stroke', 'currentColor')
}
+ // Add animation for ProgressIcon
+ if (name === 'progress-icon') {
+ // Add transform origin
+ path.attr('transform-origin', 'center')
+ $cheerio('svg').append('')
+ }
}
// Get the innerHTML of the