pavel c8f551f66a
add support for multiple icon sets through subpath exports (#579)
* improve sync

* make multi-entry

* generate

* clean up

* u

* fix attrs replace

* Create sixty-chairs-sip.md
2024-09-24 18:17:41 +02:00

14 lines
300 B
JavaScript

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