iconoir/packages/iconoir-react-native/.svgrrc.json

33 lines
609 B
JSON

{
"icon": true,
"ref": true,
"typescript": true,
"native": true,
"svgProps": {
"width": "1.5em",
"height": "1.5em",
"color": "currentColor"
},
"jsx": {
"babelConfig": {
"plugins": [
[
"@svgr/babel-plugin-remove-jsx-attribute",
{
"elements":["Svg"],
"attributes":["xmlns"]
}
],
[
"@svgr/babel-plugin-remove-jsx-attribute",
{
"elements": ["Path"],
"attributes": ["strokeWidth"]
},
"remove-stroke-width"
]
]
}
}
}