status-web/packages/icons/svgr.config.js
2024-09-10 16:06:55 +02:00

10 lines
234 B
JavaScript

/** @type {import('@svgr/core').Config} */
module.exports = {
typescript: true,
jsxRuntime: 'automatic',
expandProps: 'end',
filenameCase: 'kebab',
// note: SVGO transformation is handled in the sync script
svgo: false,
}