status-web/packages/icons/svgr.config.js

10 lines
234 B
JavaScript
Raw Normal View History

/** @type {import('@svgr/core').Config} */
module.exports = {
typescript: true,
jsxRuntime: 'automatic',
2024-09-10 16:06:55 +02:00
expandProps: 'end',
filenameCase: 'kebab',
2024-09-10 16:06:55 +02:00
// note: SVGO transformation is handled in the sync script
svgo: false,
}