mirror of
https://github.com/status-im/dappconnect-chat-sdk.git
synced 2025-01-12 15:04:52 +00:00
c8f551f66a
* improve sync * make multi-entry * generate * clean up * u * fix attrs replace * Create sixty-chairs-sip.md
14 lines
300 B
JavaScript
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,
|
|
}
|