diff --git a/packages/tokens-studio-for-figma/svgo.config.js b/packages/tokens-studio-for-figma/svgo.config.js index 5e4355e9c..e6fdec627 100644 --- a/packages/tokens-studio-for-figma/svgo.config.js +++ b/packages/tokens-studio-for-figma/svgo.config.js @@ -1,7 +1,12 @@ -{ - plugins: [ - { - removeViewBox: true - }, - ] - } \ No newline at end of file +module.exports = { + plugins: [ + { + name: 'preset-default', + params: { + overrides: { + removeViewBox: false, + } + } + } + ] +}; \ No newline at end of file